mirror of
https://github.com/wger-project/wger.git
synced 2026-02-17 16:07:53 +01:00
This allows us to keep the size of the node_modules folder at a somewhat more manegable size.
37 lines
400 B
Plaintext
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
|