From 06be7bed0c640c21503f75ce834a6fde2fc905ba Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 10 Oct 2023 21:24:28 +0200 Subject: Initial commit --- .idea/.idea.OsuFederatedBeatmapApi/.idea/.gitignore | 13 +++++++++++++ .idea/.idea.OsuFederatedBeatmapApi/.idea/encodings.xml | 4 ++++ .idea/.idea.OsuFederatedBeatmapApi/.idea/indexLayout.xml | 8 ++++++++ 3 files changed, 25 insertions(+) create mode 100644 .idea/.idea.OsuFederatedBeatmapApi/.idea/.gitignore create mode 100644 .idea/.idea.OsuFederatedBeatmapApi/.idea/encodings.xml create mode 100644 .idea/.idea.OsuFederatedBeatmapApi/.idea/indexLayout.xml (limited to '.idea') diff --git a/.idea/.idea.OsuFederatedBeatmapApi/.idea/.gitignore b/.idea/.idea.OsuFederatedBeatmapApi/.idea/.gitignore new file mode 100644 index 0000000..9ecfcdf --- /dev/null +++ b/.idea/.idea.OsuFederatedBeatmapApi/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/.idea.OsuFederatedBeatmapApi.iml +/contentModel.xml +/modules.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.OsuFederatedBeatmapApi/.idea/encodings.xml b/.idea/.idea.OsuFederatedBeatmapApi/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.OsuFederatedBeatmapApi/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.OsuFederatedBeatmapApi/.idea/indexLayout.xml b/.idea/.idea.OsuFederatedBeatmapApi/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.OsuFederatedBeatmapApi/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file -- cgit 1.4.1