From 25e09dceac95165077d1e1cef364eda3e70ee075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=A0krab=C3=A1nek?= Date: Thu, 24 Feb 2022 10:55:41 +0000 Subject: [PATCH] Initial commit --- .gitignore | 22 ++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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