2021-05-26 17:40:23 +03:00
|
|
|
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file
|
2022-12-26 16:14:53 +03:00
|
|
|
# Put files here that you need in the devcontainer's context
|
2021-05-26 17:40:23 +03:00
|
|
|
.gitignore
|
|
|
|
Dockerfile.tmpl
|
2022-10-19 16:51:54 +03:00
|
|
|
|
|
|
|
.bash_history
|
|
|
|
.mypy_cache
|
|
|
|
.pytest_cache
|
|
|
|
|
|
|
|
__pycache__
|
|
|
|
.env
|
|
|
|
*.env
|
|
|
|
|
|
|
|
docs
|
|
|
|
!docs/requirements.txt
|
|
|
|
|
|
|
|
cli/build
|
|
|
|
cli/dist
|
|
|
|
*.egg-info/
|
|
|
|
|
2022-12-26 16:14:53 +03:00
|
|
|
**/.terraform
|
2022-10-19 16:51:54 +03:00
|
|
|
tfplan*
|
|
|
|
*.log
|
|
|
|
|
|
|
|
templates/workspace_services/guacamole/guacamole-server/guacamole-auth-azure/target
|
2022-12-26 16:14:53 +03:00
|
|
|
|
|
|
|
**/node_modules
|
|
|
|
**/.cnab
|
|
|
|
|
|
|
|
ui/app/build
|
|
|
|
site
|
|
|
|
|
|
|
|
.git
|