mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
31 lines
455 B
Text
31 lines
455 B
Text
# If you need to exclude files such as those generated by an IDE, use
|
|
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
|
|
# described in https://git-scm.com/docs/gitignore
|
|
|
|
# python
|
|
*.pot
|
|
*.py[co]
|
|
__pycache__
|
|
|
|
# distutils/setuptools
|
|
.eggs/
|
|
*.egg-info
|
|
MANIFEST
|
|
dist/
|
|
build/
|
|
|
|
# docs
|
|
docs/_build/
|
|
docs/locale/
|
|
docs/node_modules/
|
|
|
|
# test suite
|
|
.cache/
|
|
.coverage
|
|
.tox/
|
|
/htmlcov/
|
|
/report/
|
|
|
|
# meteor
|
|
test/build/
|
|
test/meteor_todos/.meteor/
|