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.

14 lines
152 B

  1. # directories
  2. .yarn/
  3. **/build
  4. **/dist
  5. **/node_modules
  6. # files
  7. *.env
  8. *.log
  9. *.tsbuildinfo
  10. .pnp.*
  11. npm-debug.log*
  12. yarn-debug.log*
  13. yarn-error.log*
  14. README.md