ConceptPortal-public/.dockerignore

71 lines
718 B
Plaintext
Raw Permalink Normal View History

2023-08-14 23:16:01 +03:00
# Docs
README.md
LICENSE
TODO.txt
2023-07-15 17:46:19 +03:00
# Git
.git
.gitignore
# Windows specific
*.ps1
# Environment variables
.env.*
*/.env.*
# Local build/utility folders
**/venv
**/build
# Byte-compiled / optimized / DLL files
**/__pycache__/
*.py[cod]
*$py.class
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.mypy_cache/
2023-07-15 17:46:19 +03:00
cover/
# Django
rsconcept/frontend/static
rsconcept/frontend/media
2024-07-22 21:20:51 +03:00
visualizeDB.dot
2023-07-15 17:46:19 +03:00
*.log
db.sqlite3
db.sqlite3-journal
# React
.DS_*
*.log
2024-07-19 22:31:35 +03:00
*.tsbuildinfo
2023-07-15 17:46:19 +03:00
logs
**/*.backup.*
**/*.back.*
node_modules
bower_components
*.sublime*
# Specific items
2023-08-09 16:55:53 +03:00
docker-compose-dev.yml
docker-compose-prod.yml