Skip to content

Commit

Permalink
improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Hutty committed Jul 29, 2015
1 parent 2bd096f commit 6c981f1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
@@ -1,6 +1,19 @@
# Editors
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
*.bak
.idea

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

# Mac OS X stuff...
.DS_Store

0 comments on commit 6c981f1

Please sign in to comment.