advent22/.dockerignore

30 lines
388 B
Text
Raw Normal View History

2023-09-16 21:57:19 +00:00
# commonly found
**/.git
**/.idea
**/.DS_Store
**/.vscode
**/.devcontainer
**/dist
**/.gitignore
**/Dockerfile
**/.dockerignore
# found in python and JS dirs
**/__pycache__/
**/node_modules/
**/.pytest_cache/
**/.ruff_cache/
**/.venv/
2023-09-16 21:57:19 +00:00
# env files
**/.env
**/.env.local
**/.env.*.local
api/api.conf
2023-09-16 21:57:19 +00:00
# log files
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
**/pnpm-debug.log*