Skip to content

Commit

Permalink
Updated gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
timster committed Apr 10, 2014
1 parent d9cd576 commit 9826ff8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# temporary Python files
__pycache__
*.py[cod]

# operating system files
.DS_Store
desktop.ini

# IDE generated files
.idea
*.sublime-project
*.sublime-workspace

# media and static
public/media/
public/static/

# local settings
gallery/settings_local.py

# cache
tmp/cache

# development database
database.sqlite3

0 comments on commit 9826ff8

Please sign in to comment.