summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorWerWolv <werwolv98@gmail.com>2022-03-31 15:28:40 +0200
committerWerWolv <werwolv98@gmail.com>2022-03-31 15:28:40 +0200
commit4c5ca4e567480d1edf39e5b448bd4f93c1c414c5 (patch)
tree092981c08b66fb7116fb939f58a9ce0f3a09b65c /.idea
parenta38e03094b49fdc44389d4a558e55108d6db827a (diff)
downloaddecky-loader-4c5ca4e567480d1edf39e5b448bd4f93c1c414c5.tar.gz
decky-loader-4c5ca4e567480d1edf39e5b448bd4f93c1c414c5.zip
sys: Added basic plugin loader
Diffstat (limited to '.idea')
-rw-r--r--.idea/.gitignore8
-rw-r--r--.idea/SteamOS-Plugin-Manager.iml11
-rw-r--r--.idea/modules.xml8
-rw-r--r--.idea/vcs.xml6
4 files changed, 33 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..13566b81
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/SteamOS-Plugin-Manager.iml b/.idea/SteamOS-Plugin-Manager.iml
new file mode 100644
index 00000000..c254557e
--- /dev/null
+++ b/.idea/SteamOS-Plugin-Manager.iml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="CPP_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
+ <excludeFolder url="file://$MODULE_DIR$/target" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module> \ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..8875d58a
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/SteamOS-Plugin-Manager.iml" filepath="$PROJECT_DIR$/.idea/SteamOS-Plugin-Manager.iml" />
+ </modules>
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..94a25f7f
--- /dev/null
+++ b/.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