ratatoskr-go: стартовый каркас (Go-бинарь, CI, structure)
All checks were successful
build-test / build (push) Successful in 47s
All checks were successful
build-test / build (push) Successful in 47s
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Binaries
|
||||
/bin/
|
||||
*.exe
|
||||
*.out
|
||||
|
||||
# Go build/test artifacts
|
||||
/testbin/
|
||||
*.test
|
||||
|
||||
# Env / secrets
|
||||
.env
|
||||
.env.*
|
||||
!/.env.example
|
||||
secrets/
|
||||
|
||||
# Local scratch
|
||||
.tmp/
|
||||
.db/
|
||||
Reference in New Issue
Block a user