Files
godoxy-yusing/.gitignore
yusing 167d54ae57 chore(embed): adopt *.min.* for embedded HTML/JS
Point go:embed at block_page.min.html, loading_page.min.html,
loading.min.js, and captcha.min.html.  Update the minified-files
gitignore glob from **/*-min.* to **/*.min.*.
2026-04-23 17:23:39 +08:00

46 lines
438 B
Plaintext
Executable File

compose.yml
*.compose.yml
config
certs
config*/
!schemas/**
certs*/
bin/
error_pages/
!examples/error_pages/
profiles/
data/
debug/
logs/
.vscode/settings.json
!cmd/**/
!internal/**/
todo.md
.*.swp
mtrace.json
.env
*.env
.cursor/
test.Dockerfile
!agent.compose.yml
!agent/pkg/**
dev-data/
RELEASE_NOTES.md
CLAUDE.md
.kilocode/**
!.trunk/configs
# minified files
**/*.min.*
# generated CLI commands
cmd/cli/generated_commands.go