From bef1d59cffaae749661d0a5d90914839a54cc8e7 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 9 Oct 2023 00:26:46 +0200 Subject: Initial commit --- .idea/.idea.BatchBeatmapDownloader/.idea/.gitignore | 13 +++++++++++++ .idea/.idea.BatchBeatmapDownloader/.idea/avalonia.xml | 10 ++++++++++ .idea/.idea.BatchBeatmapDownloader/.idea/encodings.xml | 4 ++++ .idea/.idea.BatchBeatmapDownloader/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.BatchBeatmapDownloader/.idea/vcs.xml | 6 ++++++ 5 files changed, 41 insertions(+) create mode 100644 .idea/.idea.BatchBeatmapDownloader/.idea/.gitignore create mode 100644 .idea/.idea.BatchBeatmapDownloader/.idea/avalonia.xml create mode 100644 .idea/.idea.BatchBeatmapDownloader/.idea/encodings.xml create mode 100644 .idea/.idea.BatchBeatmapDownloader/.idea/indexLayout.xml create mode 100644 .idea/.idea.BatchBeatmapDownloader/.idea/vcs.xml (limited to '.idea') diff --git a/.idea/.idea.BatchBeatmapDownloader/.idea/.gitignore b/.idea/.idea.BatchBeatmapDownloader/.idea/.gitignore new file mode 100644 index 0000000..7bca872 --- /dev/null +++ b/.idea/.idea.BatchBeatmapDownloader/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/.idea.BatchBeatmapDownloader.iml +/contentModel.xml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.BatchBeatmapDownloader/.idea/avalonia.xml b/.idea/.idea.BatchBeatmapDownloader/.idea/avalonia.xml new file mode 100644 index 0000000..e4922d7 --- /dev/null +++ b/.idea/.idea.BatchBeatmapDownloader/.idea/avalonia.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.BatchBeatmapDownloader/.idea/encodings.xml b/.idea/.idea.BatchBeatmapDownloader/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.BatchBeatmapDownloader/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.BatchBeatmapDownloader/.idea/indexLayout.xml b/.idea/.idea.BatchBeatmapDownloader/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.BatchBeatmapDownloader/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.BatchBeatmapDownloader/.idea/vcs.xml b/.idea/.idea.BatchBeatmapDownloader/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.BatchBeatmapDownloader/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit 1.4.1