Files
miracles_in_motion/.gitignore
T
defiQUGandCursor 58e8f9fdb9 Complete MIM4U A+ evidence: potrace SVG, SiteHeader, and full-site a11y.
Consolidate header via SiteHeader, regenerate potrace nav lockups, add screenshot matrix and Lighthouse site audit scripts, fix PWA dismiss aria-label, and bump institutional grade to A+ (99/100).

Co-authored-by: Cursor <[email protected]>
2026-06-15 21:30:20 -07:00

100 lines
1.3 KiB
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# OS generated files
Thumbs.db
ehthumbs.db
Icon?
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# Build outputs
build/
dist/
# Temporary folders
tmp/
temp/
# Lighthouse / audit temp output (keep *-latest.json in reports/status)
reports/status/*-temp.json
reports/status/lighthouse-report.html
lighthouse-report.html
undefined*/
**/AppData/Local/lighthouse.*/
undefined*/
# IDE files
*.swp
*.swo
*~
# Local environment files
.env.local
.env.development.local
.env.test.local
.env.production.local