You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
372 B

  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. # Runtime data
  8. pids
  9. *.pid
  10. *.seed
  11. *.pid.lock
  12. # Dependency directories
  13. node_modules/
  14. # TypeScript cache
  15. *.tsbuildinfo
  16. # Optional npm cache directory
  17. .npm
  18. # Optional eslint cache
  19. .eslintcache
  20. # Output of 'npm pack'
  21. *.tgz
  22. # dotenv environment variables file
  23. .env
  24. # generate output
  25. dist
  26. # Cache
  27. .cache/