From 921e36bb584f243c851745f7de59ee752b8beaa5 Mon Sep 17 00:00:00 2001 From: "aleksandr.vorobev" Date: Sat, 14 Sep 2024 12:43:30 +0400 Subject: [PATCH] (c) --- .idea/.gitignore | 8 ++++++++ .idea/cicd-pipeline-train-schedule-git.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 4 +++- 7 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/cicd-pipeline-train-schedule-git.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..13566b81b --- /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/cicd-pipeline-train-schedule-git.iml b/.idea/cicd-pipeline-train-schedule-git.iml new file mode 100644 index 000000000..d0876a78d --- /dev/null +++ b/.idea/cicd-pipeline-train-schedule-git.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..105ce2da2 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..4b7038a68 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..2c9772fd9 --- /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 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 87b3071da..7793c89f9 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,6 @@ Then, you can run the app with: npm start -Once it is running, you can access it in a browser at [http://localhost:3000](http://localhost:3000) \ No newline at end of file +Once it is running, you can access it in a browser at [http://localhost:3000](http://localhost:3000) + +(c) 2024 \ No newline at end of file