chore(git): add .gitignore

This commit is contained in:
2025-12-16 11:15:57 +08:00
parent e22846b45b
commit 8a1d56e45f

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# env files
.env
.env.*
!.env.example
# Editor/IDE
.idea/
.vscode/