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 @@ ...@@ -6,35 +6,35 @@
*.egg-info *.egg-info
*.pot *.pot
*.py[co] *.py[co]
backend/.tox/ .tox/
backend/__pycache__ __pycache__
backend/MANIFEST MANIFEST
backend/.coverage .coverage
backend/cache/ cache/
# Django specific # Django specific
backend/dist/ dist/
backend/docs/_build/ docs/_build/
backend/docs/locale/ docs/locale/
backend/tests/coverage_html/ tests/coverage_html/
backend/tests/.coverage tests/.coverage
backend/build/ build/
backend/static/ static/
backend/tests/report/ tests/report/
*.sqlite3 *.sqlite3
backend/env/ env/
backend/static/ static/
# project specific # project specific
backend/env-grady/ env-grady/
backend/env/ env/
backend/scripts/ scripts/
*.csv *.csv
*.json *.json
backend/.importer* .importer*
# operation system # operation system
backend/.DS_Store .DS_Store
# ide specific # ide specific
*.sublime-* *.sublime-*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment