mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
* Tidy up dev mode output * Rename `appng` package to `app` * Remove `crypto`,`parse`,`messagedispatcher`,`servicebus`,`runtime`,`subsystem`,`ffenestri` packages and `.vscode` dir * Remove misc `fs` functions * Remove `str` package * Fix redundant alias
31 lines
681 B
Text
31 lines
681 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/
|
|
package.json.md5
|
|
v2/test/**/frontend/dist
|
|
v2/test/**/build/
|
|
v2/test/frameless/icon.png
|
|
v2/test/hidden/icon.png
|
|
v2/test/kitchensink/frontend/public/bundle.*
|
|
v2/pkg/parser/testproject/frontend/wails
|
|
v2/test/kitchensink/frontend/public
|
|
v2/test/kitchensink/build/darwin/desktop/kitchensink
|
|
v2/test/kitchensink/frontend/package.json.md5
|
|
.idea/
|
|
v2/cmd/wails/internal/commands/initialise/templates/testtemplates/
|