diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-10 21:24:28 +0200 |
---|---|---|
committer | Emma [it/its]@Rory& <root@rory.gay> | 2023-10-10 21:44:30 +0200 |
commit | 06be7bed0c640c21503f75ce834a6fde2fc905ba (patch) | |
tree | eff4ef92267dd79ce308ec2df348ae6ef50e8ecc /.idea/.idea.OsuFederatedBeatmapApi | |
download | OsuFederatedBeatmapApi-06be7bed0c640c21503f75ce834a6fde2fc905ba.tar.xz |
Initial commit
Diffstat (limited to '.idea/.idea.OsuFederatedBeatmapApi')
-rw-r--r-- | .idea/.idea.OsuFederatedBeatmapApi/.idea/.gitignore | 13 | ||||
-rw-r--r-- | .idea/.idea.OsuFederatedBeatmapApi/.idea/encodings.xml | 4 | ||||
-rw-r--r-- | .idea/.idea.OsuFederatedBeatmapApi/.idea/indexLayout.xml | 8 |
3 files changed, 25 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" /> +</project> \ 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="UserContentModel"> + <attachedFolders /> + <explicitIncludes /> + <explicitExcludes /> + </component> +</project> \ No newline at end of file |