commit 25e09dceac95165077d1e1cef364eda3e70ee075 Author: Jakub Škrabánek Date: Thu Feb 24 10:55:41 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..a683d31 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# VueJS-hodiny + +Primárně pro 4.IM +jednoducha aplikace pro procviceni VueJS \ No newline at end of file