commit 64b6bba7c4b6908df19230729cb7a530a462becd Author: Lukáš Kaňka <124378142+LukasKanka@users.noreply.github.com> Date: Fri Oct 13 10:54:21 2023 +0200 robot tutorial diff --git a/README.md b/README.md new file mode 100644 index 0000000..3645282 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +## Více informací najdeš zde v odkazu ## +[Python Docs CZ](https://www.craft.me/s/mYD7MDPXpfkkok/b/CE35353E-102C-4C4F-B0F8-1DD300B8CAFE/Robot-Framework) \ No newline at end of file diff --git a/robotTutorial/.idea/.gitignore b/robotTutorial/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/robotTutorial/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/robotTutorial/.idea/inspectionProfiles/profiles_settings.xml b/robotTutorial/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/robotTutorial/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/robotTutorial/.idea/misc.xml b/robotTutorial/.idea/misc.xml new file mode 100644 index 0000000..376051b --- /dev/null +++ b/robotTutorial/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/robotTutorial/.idea/modules.xml b/robotTutorial/.idea/modules.xml new file mode 100644 index 0000000..cb0185c --- /dev/null +++ b/robotTutorial/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/robotTutorial/.idea/robotTutorial.iml b/robotTutorial/.idea/robotTutorial.iml new file mode 100644 index 0000000..74d515a --- /dev/null +++ b/robotTutorial/.idea/robotTutorial.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/robotTutorial/.idea/vcs.xml b/robotTutorial/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/robotTutorial/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file