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