.gitignore 319 B

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