Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
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