fayec/.gitignore

15 lines
229 B
Plaintext
Raw 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-04 20:18:42 +00:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out