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.

.gitignore 101B

12345678910
  1. node_modules
  2. .DS_Store
  3. dist
  4. dist-ssr
  5. *.local
  6. **/.env
  7. .nyc_output
  8. **/generated/_*
  9. **/.vscode
  10. **/*.vim