| 1234567891011121314151617181920 |
- .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 gitignored (it may hold the real token locally); commit only .npmrc.example.
- .env
- .env.*
- .npmrc.local
- .npmrc
- .idea/
- .vscode/
- _claude/scratch/
|