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.
 
 
 
 
 

20 lines
148 B

  1. # Nuxt dev/build outputs
  2. .output
  3. .data
  4. .nuxt
  5. .nitro
  6. .cache
  7. dist
  8. # Node dependencies
  9. node_modules
  10. # Logs
  11. logs
  12. *.log
  13. # Misc
  14. .DS_Store
  15. .fleet
  16. .idea