Skip to content

Commit

Permalink
More to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pensivebrian committed Aug 19, 2019
1 parent 8864de0 commit 1575a48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ coverage.xml
*.cover
.hypothesis/
.pytest_cache/
.noseids

# macOS
.swp
.DS_Store

# Translations
*.mo
Expand Down Expand Up @@ -89,7 +94,7 @@ celerybeat-schedule
# virtualenv
.venv
venv/
ENV/
env*/

# Spyder project settings
.spyderproject
Expand Down

0 comments on commit 1575a48

Please sign in to comment.