Files
x_admin/server/.gitignore
2024-06-13 14:23:23 +08:00

61 lines
738 B
Plaintext

### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*.prof
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
# System file
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.TemporaryItems
.fseventsd
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# IDE
.idea/
/go_build_*
out/
.vscode/*
!.vscode/settings.json
!.vscode/launch.json
*.sublime*
__debug_bin
.project
# custom
# env
.env
# binary
main
# air
tmp
dist/