22 lines
270 B
Plaintext
22 lines
270 B
Plaintext
# Environment files - never commit real secrets
|
|
.env
|
|
|
|
# Build artifacts
|
|
/bin/
|
|
/dist/
|
|
*.exe
|
|
*.test
|
|
|
|
# Go workspace / tooling files
|
|
go.work
|
|
go.work.sum
|
|
|
|
# curl cookie jars used while testing the API by hand
|
|
cookies.txt
|
|
|
|
# OS / editor cruft
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|