CI: Gitea Actions workflow (test+build+package), Makefile, config.yaml.example, .gitignore
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
/bin/
|
||||
*.exe
|
||||
*.out
|
||||
ratatoskr
|
||||
|
||||
# Go build/test artifacts
|
||||
/testbin/
|
||||
@@ -13,6 +14,10 @@
|
||||
!/.env.example
|
||||
secrets/
|
||||
|
||||
# Local config (not tracked — use config.yaml.example)
|
||||
config.yaml
|
||||
|
||||
# Local scratch
|
||||
.tmp/
|
||||
.db/
|
||||
.db/
|
||||
.dbg/
|
||||
Reference in New Issue
Block a user