- 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
19 lines
275 B
Text
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/
|