Files
wger/.dockerignore
Roland Geider acd42d0488 Copy the files from react-components manually
This allows us to keep the size of the node_modules folder at a somewhat
more manegable size.
2025-10-16 20:19:23 +02:00

37 lines
400 B
Plaintext

# Git
.git
.gitignore
# Docker
Dockerfile*
.dockerignore
# Python
__pycache__/
*.pyo
*.pyd
.venv
venv
*.sqlite3
*.egg-info
# IDE / OS specific
.idea/
.vscode/
*.swp
.DS_Store
# Other files and folders
/coverage.lcov
/media/
/static/
/db/
/dist/
/node_modules/
/wger.egg-info
/npm-debug.log*
/extras/open-food-facts/dump/
/extras/authors/commits_cache/
/extras/authors/*.md
/extras/scripts/*.json