first commit
This commit is contained in:
47
.dockerignore
Normal file
47
.dockerignore
Normal file
@@ -0,0 +1,47 @@
|
||||
.git/
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.tox/
|
||||
.hypothesis/
|
||||
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
tests/
|
||||
docs/
|
||||
azure-pipelines/
|
||||
k8s/
|
||||
ddl/
|
||||
sh/
|
||||
docker-compose.yml
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
logs/
|
||||
timeline/
|
||||
log_agent/
|
||||
recordings/
|
||||
backup_logs_*/
|
||||
src/logs/
|
||||
src/timeline/
|
||||
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user