Files
attract/.gitignore
Sybren A. Stüvel c5722d1316 Removed and gitignored poetry.lock
The poetry.lock files are only relevant for repeatable deployments,
and the one in this project isn't used for that (only the Blender
Cloud project file is used, and that's still there).
2019-05-23 16:23:45 +02:00

18 lines
226 B
Plaintext

.DS_Store
.project
.coverage
*.pyc
__pycache__
/config_local.py
/build
/.cache
/docs/site/
/*.egg-info/
/.eggs/
/node_modules/
/attract/templates/
/attract/static/assets/css/
/attract/static/assets/js/generated/
/poetry.lock