Dejvino's Curriculum Vitae
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.
 
 
 

38 lines
308 B

  1. node_modules/
  2. dist/
  3. .next
  4. # dependencies
  5. /node_modules
  6. /.pnp
  7. .pnp.js
  8. # testing
  9. /coverage
  10. # next.js
  11. /.next/
  12. /out/
  13. # production
  14. /build
  15. # misc
  16. .DS_Store
  17. *.pem
  18. # debug
  19. npm-debug.log*
  20. yarn-debug.log*
  21. yarn-error.log*
  22. # local env files
  23. .env*.local
  24. # vercel
  25. .vercel
  26. # typescript
  27. *.tsbuildinfo
  28. next-env.d.ts