mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-22 18:14:39 +01:00
24 lines
480 B
Text
24 lines
480 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
|
|
|
|
examples/**/example*
|
|
!examples/**/*.*
|
|
cmd/wails/wails
|
|
.DS_Store
|
|
tmp
|
|
node_modules/
|
|
v2/test/kitchensink/frontend/public
|
|
v2/internal/ffenestri/runtime.c
|
|
v2/internal/runtime/assets/desktop.js
|
|
v2/test/kitchensink/build/darwin/desktop/kitchensink
|
|
v2/test/kitchensink/frontend/package.json.md5
|