chore: add .gitignore (exclude binaries, logs, local config)

This commit is contained in:
2025-12-23 10:07:45 +01:00
parent bf4832607c
commit a0a439b658

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# Binaries and build outputs
/bin/
/*.exe
*.exe
*.out
*.test
# Project-specific binary
safelineApi.exe
# Go build caches and tools
# (keep go.mod and go.sum committed)
Godeps/
# Dependency directories
vendor/
# Configuration (local secrets)
config.json
.env
.env.local
# Editor directories and files
.vscode/
.idea/
*.iml
# OS files
.DS_Store
Thumbs.db
# Logs and temp
*.log
tmp/
temp/
# Misc
*.swp
*.swo