Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
YomesInc authored and Amir Tocker committed Nov 15, 2017
1 parent f9dc7ed commit d257bbf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -51,6 +52,8 @@ coverage.xml

# Django stuff:
*.log
.static_storage/
.media/
local_settings.py

# Flask stuff:
Expand All @@ -75,10 +78,11 @@ target/
# celery beat schedule file
celerybeat-schedule

# virtualenv
# dotenv
.env
.venv
env/

# virtualenv
.venv/
venv/
ENV/

Expand All @@ -90,7 +94,6 @@ ENV/
.ropeproject

# Other
cloudinary.egg-info
.DS_Store
*.swp
*.sqlite3
Expand Down

0 comments on commit d257bbf

Please sign in to comment.