| 12345678910111213141516171819 |
- .DS_store
- img/*
- inc/lib/call/auth.php
- npm-debug.log
- node_modules/
- build/
- # secrets — the FA Pro token lives in the env (FONTAWESOME_NPM_TOKEN), never a file.
- # .npmrc IS committed (env-var ref, no token); ignore any local token/env files.
- .env
- .env.*
- .npmrc.local
- .idea/
- .vscode/
- _claude/scratch/
|