Files
timetracker/.gitignore
Felix Schlusche d994d53356
Some checks failed
Build and Push Docker Image / build (push) Failing after 3m6s
feat: add Docker build and push workflow for CI/CD integration
2025-10-24 15:39:46 +02:00

29 lines
274 B
Plaintext

# Dependencies
node_modules/
# Database
db/*.db
db/*.db-shm
db/*.db-wal
# Logs
*.log
npm-debug.log*
# Environment variables
.env
.env.local
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
docker-volume/
# CI/CD Documentation
.gitea/workflows/README.md