您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
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