timetracker/.dockerignore

18 lines
181 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
2023-11-16 16:25:41 +01:00
static
.drone.yml
.editorconfig
.gitignore
Caddyfile
CHANGELOG.md
db.sqlite3
docker-compose*
Dockerfile
Makefile