Skip to content

Commit

Permalink
improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutty committed Jul 29, 2015
1 parent 6b4de62 commit 9bf9c87
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
@@ -0,0 +1,19 @@
# Editors
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
*.bak
.idea

# dev/build products...
dist
build
.env
*.py[co]
*.egg-info

# Mac OS X stuff...
.DS_Store

0 comments on commit 9bf9c87

Please sign in to comment.