gitex2026/.gitignore
administrator c09d266f02 feat: add bin/ directory with pre-built binaries, update deploy workflow
- Add aasd/bin/ with compiled aasd binary and gotestwaf binary
- Fix .gitignore: remove blanket *.exe/*.bin rules
- Update install.sh to support local bin/ deployment (dev workflow)
- Update README and AGENT.md docs to reference bin/ directory
2026-04-29 08:15:51 +00:00

19 lines
275 B
Text

# Vendored GoTestWAF source (reference only, binary deployed separately)
aasd/src/gotestwaf/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Config — never commit real credentials
**/config.yaml
# Runtime directories (deployment-only)
reports/
logs/