Gitignore updated not to include executable
Ursprung
3f0872628c
Commit
b9b856cdc8
@ -1,21 +1,5 @@
|
|||||||
# ---> Go
|
|
||||||
# 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/
|
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
*.iso
|
*.iso
|
||||||
*.qcow2
|
*.qcow2
|
||||||
test-env/images
|
test-env/images
|
||||||
|
proxy/proxy
|
||||||
|
In neuem Issue referenzieren