Each command directory now has both index.md (reference) and example.md (usage examples and configuration samples). Also adds exception for docs/cmd/build in .gitignore. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
628 B
Text
38 lines
628 B
Text
wails3
|
|
build/
|
|
!pkg/build
|
|
!cmd/core-gui/build
|
|
!docs/cmd/build
|
|
cmd/core-gui/build/bin
|
|
.task
|
|
vendor/
|
|
.idea
|
|
node_modules/
|
|
.DS_Store
|
|
*.log
|
|
.env
|
|
.env.*.local
|
|
coverage/
|
|
coverage.out
|
|
coverage.html
|
|
*.cache
|
|
/cmd/core-gui/public/dist/assets/index-CXPsZVIz.js
|
|
/cmd/core-gui/public/dist/index.html
|
|
/cmd/core/bin/
|
|
/cmd/core/core
|
|
/coverage.txt
|
|
/bin/core
|
|
tasks
|
|
# lthn-desktop build artifacts
|
|
!cmd/lthn-desktop/build
|
|
cmd/lthn-desktop/build/bin/
|
|
cmd/lthn-desktop/frontend/dist/
|
|
cmd/lthn-desktop/frontend.old/dist/
|
|
|
|
# core-demo build artifacts
|
|
!cmd/core-demo/build
|
|
cmd/core-demo/build/bin/
|
|
cmd/core-demo/public/dist/
|
|
|
|
# core build artifacts
|
|
dist/
|