digitalfabrik/integreat-cms

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.venv
.venv.tmp
venv
build
dist
*.egg-info
.eggs
deb_dist
node_modules/
out/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
htmlcov/
.coverage.*
*.cover
.testmondata*

# Compiled translations
integreat_cms/locale/*/LC_MESSAGES/django.mo

# Compressed JS & CSS Files
integreat_cms/static/dist/

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/dist/
docs/src/ref
docs/src/ref-ext
docs/src/release-notes.rst
docs/src/templates/footer.html*
docs/src/templates/breadcrumbs.html*

# Miscellaneous
.python-version
.idea
.directory
cms-django.iml
integreat-cms.iml
webpack-stats.json

# Location file of redis unix socket
.redis_socket_location

# Media Library
integreat_cms/media/

# PDF files
integreat_cms/pdf/

# XLIFF files folder
integreat_cms/xliff/upload
integreat_cms/xliff/download

# Postgres folder
.postgres