.gitignore 302 B

12345678910111213141516171819202122232425262728293031
  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
  24. *.tsbuildinfo