fayec/.gitignore

16 lines
235 B
Plaintext
Raw Normal View History

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