mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
For now, the images are still built on the target machine for testing, in the end they need to be built in a GitHub action.
31 lines
408 B
Plaintext
31 lines
408 B
Plaintext
# GitHub Pages
|
|
_site
|
|
.sass-cache
|
|
.jekyll-metadata
|
|
|
|
# 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
|
|
|
|
# IDE
|
|
*.code-workspace
|
|
|
|
# Project specific
|
|
gui/data/
|
|
gui/bin/
|
|
bin/labca-gui
|
|
debian/.debhelper/
|
|
debian/files
|
|
debian/labca-gui.substvars
|
|
debian/labca-gui/
|
|
build/tmp/
|