goveal/.gitignore

33 lines
330 B
Text
Raw Normal View History

2019-04-19 12:29:55 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Jetbrainse
.idea/
# VSCode
.vscode/
.history
# CI
bin/
assets/reveal/
assets/mermaid/
2020-08-13 07:01:26 +00:00
pkged.go
2019-04-20 00:34:36 +00:00
# gorelease
dist/
#Taskfile
.task/