Browse Source

Initial commit

master
Jakub Škrabánek 3 years ago
commit
3698f31428
  1. 22
      .gitignore
  2. 2
      README.md

22
.gitignore

@ -0,0 +1,22 @@
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# TODO: where does this rule come from?
docs/_book
# TODO: where does this rule come from?
test/
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/

2
README.md

@ -0,0 +1,2 @@
# vue_routerapp
Loading…
Cancel
Save