.gitignore 139 B

12345678910111213141516
  1. .env
  2. test.js
  3. test.ts
  4. node_modules/
  5. *.log
  6. **/out/
  7. **/dist/
  8. **/.vuepress/.temp
  9. **/.vuepress/.cache
  10. **/.vuepress/dist
  11. *.ignore.*
  12. *.ignore