commit 4740557d5d306796704a6722a24ed45fa1785ec6 Author: Jakub Škrabánek Date: Thu Mar 3 08:44:05 2022 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b60c46d --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ---> 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..9659b7d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# bootstrap-intro + +primárně pro 3.IM - Uvod do Bootstrapu a příprava na používaní boostrapu \ No newline at end of file