Generate Super Mario War worlds from real-world data.
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.
 
 
 

42 lines
471 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. .pnpm-debug.log*
  21. # local env files
  22. .env.local
  23. .env.development.local
  24. .env.test.local
  25. .env.production.local
  26. # vercel
  27. .vercel
  28. # typescript
  29. *.tsbuildinfo
  30. public/generated/
  31. public/worlds/
  32. .idea/