cookiecutter-django/.gitignore

33 lines
544 B
Plaintext
Raw Normal View History

### OSX ###
.DS_Store
.AppleDouble
.LSOverride
### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
# sftp configuration file
sftp-config.json
# Generated files
2013-08-14 21:43:32 +04:00
*.log
*.pot
*.pyc
.idea
2015-09-18 20:20:48 +03:00
_build
# Project Specific Stuff
2013-08-14 21:43:32 +04:00
local_settings.py
repo_name
2015-04-20 15:19:12 +03:00
my_test_project/*