commit f26d604aef549f028ac0cdc5c99b165090f14e0c Author: Jakub Škrabánek Date: Wed Apr 20 21:10:10 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..e086782 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# bootstrap-procviceni + +Pouze pro 3.IM -> zadaní a základní template pro samostatnou práci \ No newline at end of file