.gitignore 67 B

12345678910
  1. node_modules
  2. *.log*
  3. .nuxt
  4. .nitro
  5. .cache
  6. .output
  7. .env
  8. dist
  9. .history