.gitignore 285 B

1234567891011121314151617181920212223242526272829
  1. build/
  2. coverage/
  3. dist
  4. tmp/
  5. .DS_Store
  6. .env.local
  7. .env.development.local
  8. .env.test.local
  9. .env.production.local
  10. .npmrc
  11. package-lock.json
  12. npm-debug.log*
  13. yarn-debug.log*
  14. yarn-error.log*
  15. # IDEs
  16. .idea
  17. .vscode
  18. .*.sw*
  19. # Node modules
  20. node_modules/
  21. # Ignore nvm config file
  22. .nvmrc
  23. yarn.lock