hatch-surf/.gitignore
CTO 732e6204bc fix: gitignore data/ directory (SQLite DB)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-24 03:04:15 +02:00

25 lines
149 B
Plaintext

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
# Build
/bin
/dist
/data
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
/hatch
hatch.exe