cookiecutter-django/.gitignore
2015-05-09 23:21:34 +05:30

32 lines
537 B
Plaintext

### 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
*.log
*.pot
*.pyc
.idea
# Project Specific Stuff
local_settings.py
repo_name
my_test_project/*