選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.gitignore 334 B

12345678910111213141516171819
  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