add .temp directory to .gitignore file

This commit is contained in:
2026-03-30 18:30:46 -05:00
parent daa2a9c4c7
commit a37888eddf
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ args_bin = []
bin = "./tmp/main"
cmd = "go build -o ./tmp/main ."
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
exclude_dir = ["assets", "tmp", "vendor", "testdata", ".temp"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false