From d8d1b93db36bad64ee8f58690ea68cb20009dea4 Mon Sep 17 00:00:00 2001 From: Boban Date: Tue, 31 Mar 2026 00:24:10 +0200 Subject: [PATCH] initial commit Just playing and setting up everything. --- .idea/.gitignore | 15 +++++++++++++++ .idea/encodings.xml | 4 ++++ .idea/indexLayout.xml | 8 ++++++++ hello.txt | 0 4 files changed, 27 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/encodings.xml create mode 100644 .idea/indexLayout.xml create mode 100644 hello.txt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..68dab73 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,15 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/projectSettingsUpdater.xml +/modules.xml +/.idea.Lab.iml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/indexLayout.xml b/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..e69de29