mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-11 00:53:14 +00:00
Comments and ordering in gitignore.
This commit is contained in:
parent
99fddfcc23
commit
c8e4600419
1 changed files with 16 additions and 10 deletions
26
.gitignore
vendored
26
.gitignore
vendored
|
|
@ -2,24 +2,30 @@
|
|||
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
|
||||
# described in https://git-scm.com/docs/gitignore
|
||||
|
||||
*.egg-info
|
||||
# python
|
||||
*.pot
|
||||
*.py[co]
|
||||
__pycache__
|
||||
|
||||
# distutils/setuptools
|
||||
.eggs/
|
||||
*.egg-info
|
||||
MANIFEST
|
||||
dist/
|
||||
build/
|
||||
|
||||
# docs
|
||||
docs/_build/
|
||||
docs/locale/
|
||||
node_modules/
|
||||
tests/coverage_html/
|
||||
tests/.coverage
|
||||
build/
|
||||
tests/report/
|
||||
docs/node_modules/
|
||||
|
||||
# test suite
|
||||
.cache/
|
||||
.coverage
|
||||
.eggs/
|
||||
.tox/
|
||||
htmlcov/
|
||||
tests/report/
|
||||
|
||||
# meteor
|
||||
dddp/test/build/
|
||||
dddp/test/meteor_todos/.meteor/
|
||||
|
||||
docs/_build/
|
||||
docs/node_modules/
|
||||
|
|
|
|||
Loading…
Reference in a new issue