commit
3698f31428
2 changed files with 24 additions and 0 deletions
@ -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/ |
||||
|
|
@ -0,0 +1,2 @@ |
|||||
|
# vue_routerapp |
||||
|
|
Loading…
Reference in new issue