diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-09 02:58:11 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-09 02:58:47 +0100 |
commit | 959e18046d6ec0bc9eefc8efd9b136cb14314af6 (patch) | |
tree | 76a30a39ccce380ee79bc79f4c96dfd35c44a6e9 /.idea/.idea.SpacebarDiscordDesktopLauncher | |
download | SpacebarDiscordDesktopLauncher-959e18046d6ec0bc9eefc8efd9b136cb14314af6.tar.xz |
Initial commit
Diffstat (limited to '.idea/.idea.SpacebarDiscordDesktopLauncher')
4 files changed, 31 insertions, 0 deletions
diff --git a/.idea/.idea.SpacebarDiscordDesktopLauncher/.idea/.gitignore b/.idea/.idea.SpacebarDiscordDesktopLauncher/.idea/.gitignore new file mode 100644 index 0000000..674aba3 --- /dev/null +++ b/.idea/.idea.SpacebarDiscordDesktopLauncher/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/modules.xml +/projectSettingsUpdater.xml +/.idea.SpacebarDiscordDesktopLauncher.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.SpacebarDiscordDesktopLauncher/.idea/encodings.xml b/.idea/.idea.SpacebarDiscordDesktopLauncher/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.SpacebarDiscordDesktopLauncher/.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.SpacebarDiscordDesktopLauncher/.idea/indexLayout.xml b/.idea/.idea.SpacebarDiscordDesktopLauncher/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.SpacebarDiscordDesktopLauncher/.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 diff --git a/.idea/.idea.SpacebarDiscordDesktopLauncher/.idea/vcs.xml b/.idea/.idea.SpacebarDiscordDesktopLauncher/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.SpacebarDiscordDesktopLauncher/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project> \ No newline at end of file |