Files
timetracker/.gitignore
Felix Schlusche b0dd773fba Add initial schema for entries and settings tables
- Created 'entries' table to track time entries with fields for date, start time, end time, pause minutes, location, and entry type.
- Created 'settings' table to store key-value pairs for application settings with an updated timestamp.
2025-10-23 14:27:25 +02:00

26 lines
224 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/