hatch-surf/.gitignore
Riley Zhang a09239f45e chore: remove backup files and add .gitignore entry
- Remove index.html.bak and style.css.bak from tracking
- Add site/*.bak to .gitignore

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-24 06:22:17 +02:00

31 lines
200 B
Plaintext

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