fayec/.gitignore

16 lines
235 B
Plaintext
Raw Permalink Normal View History

2018-09-04 20:18:42 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
2018-09-06 15:59:56 +00:00
*/*node_modules
*/*package-lock.json
2018-09-07 16:32:21 +00:00
.idea
2018-09-04 20:18:42 +00:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out