lingye-gin-gorm/.gitignore

22 lines
307 B
Plaintext
Raw Normal View History

2021-04-28 14:59:55 +08:00
.idea/
.DS_Store
bin/
pkg/
2021-04-27 22:52:20 +08:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2021-04-28 14:59:55 +08:00
*.log
*.db
2021-04-27 22:52:20 +08:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2021-04-28 14:59:55 +08:00
# Dependency directories (remove the comment below to include it)
# vendor/