first commit
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user