Skip to content

Commit 5d09f1b

Browse files
committed
chore: ignore local build outputs
1 parent 394fc2d commit 5d09f1b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ helper/intl/custom/*
1111
*.so
1212
*.auth
1313
*.log
14+
*.test.exe
1415
.gomodcache/
1516
.gocache/
1617
/config.yaml
1718
/server/config.yaml
19+
/client.exe
20+
/server.exe
21+
/client_linux_amd64
22+
/server_linux_amd64
23+
/core
24+
/testinventory.exe
1825
helper/intl/community/resources/
1926
helper/intl/community/modules/
2027
helper/intl/community/main.lua

0 commit comments

Comments
 (0)