d2admin-service/.gitignore

18 lines
281 B
Plaintext
Raw Normal View History

2024-02-04 16:37:11 +08:00
# 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
2024-02-04 16:46:55 +08:00
*.iml
.idea
2024-02-04 16:37:11 +08:00
# Dependency directories (remove the comment below to include it)
# vendor/