Files
aia-website/.gitignore
DeCentN2Madness 96d3c138f6 refactor(migration): remove obsolete mirror extraction tooling
- delete extraction scripts that depended on the removed local mirror
- remove stale extract npm scripts and migration-brief references
- drop the old mirror ignore rule from .gitignore
- update reports and redirect reasons to use live-source wording
2026-07-13 12:49:58 -07:00

61 lines
730 B
Plaintext

# Dependencies
node_modules/
# Astro and build output
www/dist/
www/.astro/
www/.vercel/
www/.netlify/
# Test, audit, and coverage output
coverage/
playwright-report/
test-results/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local environment and secrets
.env
.env.*
!.env.example
www/.env
www/.env.*
!www/.env.example
# Local caches and temporary files
.cache/
.tmp/
tmp/
temp/
*.tmp
*.swp
*.swo
*~
# Editor and IDE state
.idea/
.vscode/
.frontmatter/
*.code-workspace
# Local AI-agent state
.agents/
.codex/
.claude/
.cursor/
.continue/
.windsurf/
/.playwright-mcp/
# Local visual-comparison captures
/live-*.png
/live-*-snapshot.md
# Operating-system metadata
.DS_Store
Thumbs.db
Desktop.ini