0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-02 17:39:39 +02:00
git-sv/.gitignore

24 lines
284 B
Plaintext
Raw Normal View History

2019-11-17 16:42:31 +01:00
# Binaries for programs and plugins
2019-11-17 17:06:44 +01:00
bin/
2019-11-17 16:42:31 +01:00
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2021-02-13 19:40:09 +01:00
*.sample
2021-09-24 22:36:01 +02:00
todo
# Additional generated artifacts
artifacts/
# Mac metadata
.DS_Store