Previously if you didn't put a version.go with local tag many things misbehave. Previously it had "sensitive" paths in it, now this is avoided using environment variables and an environment script cdwork.sh
23 lines
404 B
Plaintext
23 lines
404 B
Plaintext
# 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/
|
|
/.idea/vcs.xml
|
|
/.idea/modules.xml
|
|
/.idea/indranet.iml
|
|
/.idea/.gitignore
|
|
/.idea/indra.iml
|
|
/.idea/codeStyles/codeStyleConfig.xml
|
|
/.idea/**
|