timetracker/.dockerignore

8 lines
92 B
Plaintext
Raw Normal View History

2023-01-18 16:33:38 +01:00
.git
2023-01-08 15:48:31 +01:00
.githooks
2023-01-18 16:33:38 +01:00
.mypy_cache
.pytest_cache
.venv
2023-01-08 15:48:31 +01:00
.vscode
2023-01-18 16:33:38 +01:00
node_modules
src/timetracker/static/*