mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
7d7b044432
* Remove webpack and merge * Put postgresql_version line back in cookiecutter.json * Put goldhand back in contributors file, added ssteinerX * Add *.egginfo to .gitignore * Fix dangling endif in README.rst
45 lines
761 B
Plaintext
45 lines
761 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
|
|
_build
|
|
*.egg-info/
|
|
|
|
# Project Specific Stuff
|
|
local_settings.py
|
|
project_slug
|
|
my_test_project/*
|
|
|
|
# Generated when running py.test for the Cookiecutter Django generation tests
|
|
.cache/
|
|
|
|
# Generated when running celery beat
|
|
celerybeat-schedule.db
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
.cache
|