Peter Kurfer
82a651cd5d
- replaced previous net/http based muxer and all other components with fiber - replaced polling with SSE to handle file changes - auto-update custom stylesheets - natively support mermaid diagrams - handle custom element attributes for lists properly - reload on config changes - replace JS templating with actual JS code and an API
33 lines
No EOL
330 B
Text
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
|
|
|
|
# CI
|
|
bin/
|
|
|
|
assets/reveal/
|
|
assets/mermaid/
|
|
|
|
pkged.go
|
|
|
|
# gorelease
|
|
dist/
|
|
|
|
#Taskfile
|
|
.task/ |