Design system.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

38 wiersze
387 B

  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. /.pnp
  5. .pnp.js
  6. # testing
  7. /coverage
  8. # next.js
  9. /.next/
  10. /out/
  11. # production
  12. /build
  13. # misc
  14. .DS_Store
  15. *.pem
  16. # debug
  17. npm-debug.log*
  18. yarn-debug.log*
  19. yarn-error.log*
  20. # local env files
  21. .env*.local
  22. # vercel
  23. .vercel
  24. # typescript
  25. *.tsbuildinfo
  26. next-env.d.ts
  27. typedoc.data.json