goveal/.gitignore
Peter Kurfer bd27081aa6
Add auto reload
- reload markdown if changed
- allow to monitor other files if wanted
- disable HTTP cache to force reload
- extend example
- replace almost everything with layered file systems
2020-12-04 16:40:08 +01:00

36 lines
No EOL
341 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
# CI
bin/
assets/reveal
pkged.go
# binaries
goveal
!goveal/
# gorelease
dist/
#Taskfile
.task/