commit 5a19ea97ce937a69bbd0c136d52c01128615d037 Author: Jakub Škrabánek Date: Wed Jun 8 21:23: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..464cd2a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Bootstrap-pololetni-web + +Samostatná práce pro studenty 3.ročníku pro předmět WTL \ No newline at end of file