From 0b6c4d7050b603625000dc65e29ab4e5ffa106ae Mon Sep 17 00:00:00 2001 From: Paata Date: Thu, 18 May 2023 16:45:58 +0300 Subject: [PATCH] init --- .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 12 ++++++++++++ .idea/vcs.xml | 6 ++++++ gitpkg.config.js | 0 js-repo-test.iml | 8 ++++++++ package.json | 6 ++++++ 8 files changed, 54 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml create mode 100644 gitpkg.config.js create mode 100644 js-repo-test.iml create mode 100644 package.json diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.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/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8d4dbe0 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..f5f2744 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/gitpkg.config.js b/gitpkg.config.js new file mode 100644 index 0000000..e69de29 diff --git a/js-repo-test.iml b/js-repo-test.iml new file mode 100644 index 0000000..9a5cfce --- /dev/null +++ b/js-repo-test.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..368269d --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "name": "js-repo-test", + "version": "1.0.0", + "dependencies": { + } +}