timetracker/.dockerignore

8 lines
84 B
Plaintext
Raw Normal View History

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