.gitignore 240 B

123456789101112131415
  1. ### Vue template
  2. # gitignore template for Vue.js projects
  3. #
  4. # Recommended template: Node.gitignore
  5. # TODO: where does this rule come from?
  6. docs/_book
  7. # TODO: where does this rule come from?
  8. test/
  9. .idea
  10. .vscode
  11. node_modules
  12. pnpm-lock.yaml