From 581c05bf9553eab1c00ff57bdc3b851fa73d3b00 Mon Sep 17 00:00:00 2001 From: Artem Koziar Date: Tue, 14 Mar 2023 14:55:21 +0200 Subject: [PATCH 1/2] home work example --- .idea/.gitignore | 5 +++++ .idea/git_toolbox_prj.xml | 15 +++++++++++++++ .idea/javascript3.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ home-work-example.js | 3 +++ 6 files changed, 49 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/git_toolbox_prj.xml create mode 100644 .idea/javascript3.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 home-work-example.js diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/javascript3.iml b/.idea/javascript3.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/javascript3.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1721c5e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/home-work-example.js b/home-work-example.js new file mode 100644 index 0000000..d1b2155 --- /dev/null +++ b/home-work-example.js @@ -0,0 +1,3 @@ +const example = 123; + +console.log(example); From 9cc32bda6ed8a4ace50b545e560711d30758368d Mon Sep 17 00:00:00 2001 From: Artem Koziar Date: Tue, 14 Mar 2023 14:58:25 +0200 Subject: [PATCH 2/2] remove .idea folder --- .idea/.gitignore | 5 ----- .idea/git_toolbox_prj.xml | 15 --------------- .idea/javascript3.iml | 12 ------------ .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 5 files changed, 46 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/git_toolbox_prj.xml delete mode 100644 .idea/javascript3.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml deleted file mode 100644 index 02b915b..0000000 --- a/.idea/git_toolbox_prj.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/javascript3.iml b/.idea/javascript3.iml deleted file mode 100644 index 0c8867d..0000000 --- a/.idea/javascript3.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 1721c5e..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file