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
334 B

  1. # ---> Vue
  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. # ---> VisualStudioCode
  10. .vscode/*
  11. !.vscode/settings.json
  12. !.vscode/tasks.json
  13. !.vscode/launch.json
  14. !.vscode/extensions.json
  15. *.code-workspace