From 07233058b98acece1d6c1d51a81886a12c95d3ec Mon Sep 17 00:00:00 2001 From: S170H <64917343+S170H@users.noreply.github.com> Date: Thu, 12 Oct 2023 23:15:04 +0200 Subject: [PATCH] M2 Test --- M2/.idea/.gitignore | 8 ++++++++ M2/.idea/M2.iml | 8 ++++++++ M2/.idea/modules.xml | 8 ++++++++ M2/.idea/php.xml | 19 +++++++++++++++++++ M2/.idea/vcs.xml | 6 ++++++ M2/Test 2.html | 10 ++++++++++ 6 files changed, 59 insertions(+) create mode 100644 M2/.idea/.gitignore create mode 100644 M2/.idea/M2.iml create mode 100644 M2/.idea/modules.xml create mode 100644 M2/.idea/php.xml create mode 100644 M2/.idea/vcs.xml create mode 100644 M2/Test 2.html diff --git a/M2/.idea/.gitignore b/M2/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/M2/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/M2/.idea/M2.iml b/M2/.idea/M2.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/M2/.idea/M2.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/M2/.idea/modules.xml b/M2/.idea/modules.xml new file mode 100644 index 0000000..398b6ad --- /dev/null +++ b/M2/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/M2/.idea/php.xml b/M2/.idea/php.xml new file mode 100644 index 0000000..f324872 --- /dev/null +++ b/M2/.idea/php.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/M2/.idea/vcs.xml b/M2/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/M2/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/M2/Test 2.html b/M2/Test 2.html new file mode 100644 index 0000000..9830809 --- /dev/null +++ b/M2/Test 2.html @@ -0,0 +1,10 @@ + + + + + Title + + +Test + + \ No newline at end of file