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
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.env
|
||||
data/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
habit-tracker-api
|
||||
dist/
|
||||
bin/
|
||||
.internal-notes/
|
||||
Reference in New Issue
Block a user