id-validator/.gitignore

23 lines
369 B
Plaintext
Raw Normal View History

2021-01-12 11:52:18 +08:00
# Created by .ignore support plugin (hsz.mobi)
### Go template
# 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
# Dependency directories (remove the comment below to include it)
# vendor/
2021-01-08 17:28:15 +08:00
.idea/
.DS_Store
2021-01-09 13:33:12 +08:00
.history/
tests.go