Skip to content
Snippets Groups Projects
Commit ffd2cde3 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Reverted changes to .gitignore

parent d75340f5
No related branches found
No related tags found
1 merge request!15Refactor
Pipeline #
......@@ -6,35 +6,35 @@
*.egg-info
*.pot
*.py[co]
backend/.tox/
backend/__pycache__
backend/MANIFEST
backend/.coverage
backend/cache/
.tox/
__pycache__
MANIFEST
.coverage
cache/
# Django specific
backend/dist/
backend/docs/_build/
backend/docs/locale/
backend/tests/coverage_html/
backend/tests/.coverage
backend/build/
backend/static/
backend/tests/report/
dist/
docs/_build/
docs/locale/
tests/coverage_html/
tests/.coverage
build/
static/
tests/report/
*.sqlite3
backend/env/
backend/static/
env/
static/
# project specific
backend/env-grady/
backend/env/
backend/scripts/
env-grady/
env/
scripts/
*.csv
*.json
backend/.importer*
.importer*
# operation system
backend/.DS_Store
.DS_Store
# ide specific
*.sublime-*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment