|
|
@ -1,6 +1,8 @@ |
|
|
|
.idea/ |
|
|
|
.DS_Store |
|
|
|
output/ |
|
|
|
web/public/ |
|
|
|
log/ |
|
|
|
|
|
|
|
# Binaries for programs and plugins |
|
|
|
*.exe |
|
|
@ -8,10 +10,11 @@ output/ |
|
|
|
*.dll |
|
|
|
*.so |
|
|
|
*.dylib |
|
|
|
*.log |
|
|
|
demo*.go |
|
|
|
|
|
|
|
# Test binary, built with `go test -c` |
|
|
|
*.test |
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE |
|
|
|
*.out |
|
|
|
|
|
|
|