gitignore: Add Go build and IDE ignores #2
+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