- Add bugseti:dev, bugseti:build, bugseti:frontend tasks to root Taskfile - Update Wails v3 config to current dev_mode format (root_path, executes) - Raise Angular component CSS budget to 6KB (inline styles by design) - Fix vanity-import Dockerfile typo (---FROM → FROM) - Verify: Go compiles, tests pass, frontend builds clean, binary runs Co-Authored-By: Virgil <virgil@lethean.io>
25 lines
254 B
Text
25 lines
254 B
Text
wails3
|
|
.task
|
|
vendor/
|
|
.idea
|
|
node_modules/
|
|
.DS_Store
|
|
*.log
|
|
.env
|
|
.env.*.local
|
|
coverage/
|
|
coverage.out
|
|
coverage.html
|
|
*.cache
|
|
/coverage.txt
|
|
bin/
|
|
dist/
|
|
tasks
|
|
/core
|
|
/i18n-validate
|
|
cmd/bugseti/bugseti
|
|
internal/core-ide/core-ide
|
|
.angular/
|
|
|
|
patch_cov.*
|
|
go.work.sum
|