initial commit
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
# Compiled binary (cmd/foreman)
|
||||
/foreman
|
||||
/dist/
|
||||
*.exe
|
||||
|
||||
# Test & coverage output
|
||||
*.out
|
||||
*.test
|
||||
coverage.*
|
||||
|
||||
# SQLite queue + artifacts (local dev data — never commit)
|
||||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Local config / secrets (commit .env.example, not .env)
|
||||
.env
|
||||
.env.local
|
||||
*.local
|
||||
|
||||
# Editor / OS cruft
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user