.gitignore 187 B

12345678910111213141516
  1. # Don't check auto-generated stuff into git
  2. coverage
  3. build
  4. node_modules
  5. __snapshots__
  6. stats.json
  7. package-lock.json
  8. # Cruft
  9. .DS_Store
  10. npm-debug.log
  11. .idea
  12. pom.xml
  13. .vscode
  14. .awcache
  15. .history