From fa35aac206193c81a30469f78043a5ebc7e52ec7 Mon Sep 17 00:00:00 2001 From: Sanders Date: Thu, 29 May 2025 15:19:45 +0300 Subject: [PATCH] init --- .gitignore | 1 + .idea/git_toolbox_prj.xml | 15 +++++++++++++++ .idea/kotlinc.xml | 6 ++++++ .idea/misc.xml | 2 +- .idea/vcs.xml | 6 ++++++ 5 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .idea/git_toolbox_prj.xml create mode 100644 .idea/kotlinc.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index aa724b7..93442a2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +.aider* 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/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..6d0ee1c --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 9027b72..74dd639 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,7 @@ - + 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