gitex2026/.gitignore
administrator 42e2fb6ef2 feat: port 8000 + GITEX 2026 Nairobi hub page, improved scan messaging
- Change server port from 8080 to 8000
- Redesign index.html as GITEX 2026 Nairobi hub (app launcher)
- Add /aasd route serving AASD-specific landing page
- Add '← GITEX 2026 Hub' links to simulation, admin, and AASD pages
- Show 'Could Not Scan Target' message when GoTestWAF fails
- Increase GoTestWAF timeout from 120s to 300s
- Update install.sh, docs, and gitignore for bin/ as local-only
2026-05-14 11:46:10 +00:00

24 lines
369 B
Text

# Vendored GoTestWAF source (reference only, binary deployed separately)
aasd/src/gotestwaf/
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*.bak
# Config — never commit real credentials
**/config.yaml
# Runtime directories (deployment-only)
reports/
logs/
# Pre-built binaries (build from source or use releases)
aasd/bin/*
!aasd/bin/.gitkeep