Add and copy AGENTS.md for starter

This commit is contained in:
Achim Rohn
2026-01-07 20:38:24 +01:00
parent 8e5f636c09
commit 9e861f050f
4 changed files with 323 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ tmp_dir = "tmp"
bin = "./tmp/main"
cmd = "time go build -gcflags=\"all=-l\" -ldflags=\"-w -s\" -o ./tmp/main main.go"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "cdk", "dist", "db", "static"]
exclude_dir = ["assets", "tmp", "vendor", "testdata", "cdk", "dist", "db", "static", "docker"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false