mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-19 00:47:41 +01:00
- Add .markdownlint.yaml with prettier-friendly config - Add .yamllint.yaml with custom rules - Enable yamllint and markdownlint in trunk.yaml - Update Go runtime to 1.26.0 - Update linter versions (checkov, golangci-lint2, osv-scanner, trufflehog) - Enable pre-push and pre-commit hooks - Update .gitignore to track .trunk/configs directory
43 lines
382 B
Plaintext
Executable File
43 lines
382 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.* |