gva/.gitignore
Jan Dittberner 6cebd80c89 Started port to Django 2.1, Python 3, Docker
This commit is a rough port to Django 2.1, Python 3 and a Docker based local
development setup. Tests fail/error but migrations and the web frontend are
already runnable. Task queue functionality is untested and translations seem to
have trouble.
2018-11-19 23:28:40 +01:00

52 lines
441 B
Plaintext

# Python bytecode:
*.py[co]
# Packaging files:
*.egg*
# Sphinx docs:
build
# SQLite3 database files:
*.db
# Logs:
*.log
# Eclipse
.project
.pydevproject
.settings
# Linux Editors
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*
*.swp
*.swo
# Mac
.DS_Store
._*
# Windows
Thumbs.db
Desktop.ini
.coverage
.ropeproject/
htmlcov/
tags
_build/
*.mo
.vagrant/
gnuviechadmin/assets/
coverage-report/
.idea/
.env