- Move README.md and AGENT.md into aasd/ (app-specific docs) - Create root README.md as lightweight repo overview (GITEX 2026 apps) - Add aasd/sample.config.yaml with placeholder values for deployment - Add aasd/sample.env with documented environment variables - Update .gitignore to exclude config.yaml, binaries, reports/ and logs/
23 lines
299 B
Text
23 lines
299 B
Text
# Vendored GoTestWAF source (reference only, binary deployed separately)
|
|
aasd/src/gotestwaf/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Binaries
|
|
*.exe
|
|
*.bin
|
|
|
|
# Config — never commit real credentials
|
|
**/config.yaml
|
|
|
|
# Runtime directories (deployment-only)
|
|
reports/
|
|
logs/
|