gitignore: Add Go build and IDE ignores
The tree is a Go library with testdata dumps already committed; this keeps local binaries, coverage output, and editor files out of future commits.
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
|||||||
|
# Binaries and test artifacts
|
||||||
|
*.exe
|
||||||
|
*.test
|
||||||
|
*.out
|
||||||
|
bin/
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# Go workspace
|
||||||
|
go.work
|
||||||
|
go.work.sum
|
||||||
|
|
||||||
|
# IDE / OS
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
.DS_Store
|
||||||
Reference in New Issue
Block a user