hatch-surf/.gitignore
Riley Zhang ab3d1580b5
Some checks are pending
CI / go (push) Waiting to run
CI / docker (push) Waiting to run
CI / lint-go (push) Waiting to run
CI / lint-docs (push) Waiting to run
CI / check-paperclip (push) Waiting to run
Remove large files from git tracking (node_modules, .next, out)
Added to .gitignore to prevent future commits of build artifacts.
These files were never meant to be in the repo.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-25 05:25:54 +02:00

36 lines
234 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
# Node
node_modules/
.next/
out/