Files
miracles_in_motion/.gitignore
T
defiQUGandCursor 05978ae25c feat(mim): admin QR/brand API, public config hooks, and deploy workflow fix.
Split mim-api into modular routes, refresh nav brand assets, and pin reusable validate workflow to Order-of-Hospitallers/miracles_in_motion@main.

Co-authored-by: Cursor <[email protected]>
2026-06-19 16:17:10 -07:00

105 lines
1.4 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?
# Accidental Lighthouse artifact directories (Windows/WSL path leaks)
undefined*/
**/lighthouse.*/
**/*wsl.localhost*/
# 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