gitex2026/.gitignore
administrator 71b31b7c28 docs: restructure README into aasd/, add sample configs, update gitignore
- 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/
2026-04-29 07:56:00 +00:00

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/