docs: 新增.gitignore忽略内容

This commit is contained in:
Ran
2026-01-06 21:59:10 +08:00
parent 3e3e86e9d5
commit 8f8314b8dc

32
.gitignore vendored
View File

@@ -1,2 +1,34 @@
.run/
backend/.run/
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built 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 file
.env
# Editor/IDE
.idea/
.vscode/