commit 500a6e45b69aa05f0416c0fe62bd3acf1f2ce5e9 Author: Jakub Škrabánek Date: Thu Sep 11 07:22:07 2025 +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..39cb7d7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 3I_WTL_2025 + +Malý repozitář pro WTL 3.I 2025/2026 \ No newline at end of file