commit 3698f314281e058d3600ccb12b1a114d3d50cff5 Author: Jakub Škrabánek Date: Thu Apr 7 10:23:25 2022 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bef3e12 --- /dev/null +++ b/.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/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc5e108 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# vue_routerapp +