test_workflow
Some checks failed
Some checks failed
This commit is contained in:
35
workspace/sprint_1_2/CODEBASE/.dockerignore
Normal file
35
workspace/sprint_1_2/CODEBASE/.dockerignore
Normal file
@@ -0,0 +1,35 @@
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
LICENSE
|
||||
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
.pytest_cache
|
||||
.coverage
|
||||
htmlcov
|
||||
.tox
|
||||
|
||||
.venv
|
||||
venv
|
||||
env
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
node_modules
|
||||
|
||||
frontend
|
||||
infra
|
||||
knowledge
|
||||
ml
|
||||
docs
|
||||
data
|
||||
logs
|
||||
tests
|
||||
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
docker-compose*.yaml
|
||||
*.md
|
||||
Reference in New Issue
Block a user