goveal/.gitignore
Peter Kurfer f1118a1ba1
Update and cleanup
- move to Taskfile
- update RevealJS
- remove annoying special paths and build overlay file system
2020-12-02 13:33:47 +01:00

33 lines
No EOL
330 B
Text

# 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
assets/reveal
pkged.go
# binaries
goveal
!goveal/
# gorelease
dist/
#Taskfile
.task/