From e2503fc3ad72cb8b48ec9334717400dc319dcfe2 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 15 Apr 2025 18:14:40 +0200 Subject: [PATCH] added .idea gitignore and vcs relevant files --- .idea/.gitignore | 13 +++++++++++++ .idea/.idea.AutoChessProject/.idea/.name | 1 + .idea/.idea.AutoChessProject/.idea/indexLayout.xml | 8 ++++++++ .idea/indexLayout.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 5 files changed, 36 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/.idea.AutoChessProject/.idea/.name create mode 100644 .idea/.idea.AutoChessProject/.idea/indexLayout.xml create mode 100644 .idea/indexLayout.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..e019dbb --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/.idea.AutoChessGame.iml +**/modules.xml +**/projectSettingsUpdater.xml +**/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.AutoChessProject/.idea/.name b/.idea/.idea.AutoChessProject/.idea/.name new file mode 100644 index 0000000..dfbee15 --- /dev/null +++ b/.idea/.idea.AutoChessProject/.idea/.name @@ -0,0 +1 @@ +AutoChessProject \ No newline at end of file diff --git a/.idea/.idea.AutoChessProject/.idea/indexLayout.xml b/.idea/.idea.AutoChessProject/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.AutoChessProject/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ 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/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file