From a79f3598c5520e032ec5c1e2bdee80741fcfd598 Mon Sep 17 00:00:00 2001 From: Mykola Zahorulko Date: Fri, 29 Aug 2025 14:13:05 +0200 Subject: [PATCH] =?UTF-8?q?Przywr=C3=B3cenie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 8 ++++++++ README.md | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 README.md 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/README.md b/README.md new file mode 100644 index 0000000..44bdaee --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Title # + +Some descriptions here. + +### How to use ### + +1. First step +2. Second step +3. Third step + +Some code example +``` +console.log('Here is some code exaple'); +``` + +--- + +Created by **[IdoMods](https://idomods.pl/)** 2025 \ No newline at end of file