Template
1
0

add golang setup

This commit is contained in:
2025-02-24 08:59:31 +01:00
parent 5c6c078b65
commit 9e5f490209
7 changed files with 91 additions and 4 deletions

7
.gitignore vendored
View File

@ -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