lingye-gin/.gitignore

21 lines
302 B
Plaintext
Raw Normal View History

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