Files
apocapoc-api/.gitignore
T
david 4d5652a5a4 Initial project setup with MIT license
- Add MIT License (Copyright 2025 David Folch Agulles)
- Add README with project description
- Add .gitignore for Go project
- Add .env.example for configuration
- Initialize Go module
2025-11-25 10:09:42 +01:00

10 lines
80 B
Plaintext

.env
data/
*.db
*.db-shm
*.db-wal
habit-tracker-api
dist/
bin/
.internal-notes/