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

Moved the rest of the .config files to project root

parent 89ffdccc
No related branches found
No related tags found
1 merge request!19Whitenoise
File moved
File moved
# operation system # python specific
.DS_Store *.DS_Store
*.egg-info
*.pot
*.py[co]
.tox/
__pycache__
MANIFEST
.coverage
cache/
.mypy_cache/
# ide specific # Django specific
dist/
docs/_build/
docs/locale/
tests/coverage_html/
tests/.coverage
build/
tests/report/
*.sqlite3
static/
# project specific
env-grady/
env/
scripts/
coverage_html/
public/
*.csv
.importer*
*.sublime-* *.sublime-*
.idea/ .idea/
# node
node_modules
repos:
- repo: local
hooks:
- id: prospector
name: prospector
entry: ./pre-commit-scripts/prospector.sh
language: script
types: [python]
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