Peter Kurfer
bd27081aa6
- 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
36 lines
No EOL
341 B
Text
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/ |