add golang setup
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -7,8 +7,15 @@ data/*.csv
|
||||
|
||||
# Ignore temp build artifacts
|
||||
/bin/*
|
||||
/dist/*
|
||||
!bin/.gitkeep
|
||||
|
||||
# Ignore Pester test result files
|
||||
coverage.xml
|
||||
testResults.xml
|
||||
|
||||
# Ignore NodeJS modules
|
||||
node_modules
|
||||
|
||||
# Ignore local env setups
|
||||
.env
|
||||
|
Reference in New Issue
Block a user