.gitignore 304 B

12345678910111213141516171819
  1. .DS_store
  2. img/*
  3. inc/lib/call/auth.php
  4. npm-debug.log
  5. node_modules/
  6. build/
  7. # secrets — the FA Pro token lives in the env (FONTAWESOME_NPM_TOKEN), never a file.
  8. # .npmrc IS committed (env-var ref, no token); ignore any local token/env files.
  9. .env
  10. .env.*
  11. .npmrc.local
  12. .idea/
  13. .vscode/
  14. _claude/scratch/