diff options
Diffstat (limited to 'launcher/.idea')
-rw-r--r-- | launcher/.idea/.gitignore | 5 | ||||
-rw-r--r-- | launcher/.idea/discord.xml | 12 | ||||
-rw-r--r-- | launcher/.idea/launcher.iml | 11 | ||||
-rw-r--r-- | launcher/.idea/modules.xml | 8 | ||||
-rw-r--r-- | launcher/.idea/vcs.xml | 6 |
5 files changed, 42 insertions, 0 deletions
diff --git a/launcher/.idea/.gitignore b/launcher/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/launcher/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/launcher/.idea/discord.xml b/launcher/.idea/discord.xml new file mode 100644 index 0000000..3aef922 --- /dev/null +++ b/launcher/.idea/discord.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="DiscordProjectSettings"> + <option name="show" value="PROJECT_FILES" /> + <option name="description" value="" /> + <option name="theme" value="material" /> + <option name="button1Title" value="" /> + <option name="button1Url" value="" /> + <option name="button2Title" value="" /> + <option name="button2Url" value="" /> + </component> +</project>
\ No newline at end of file diff --git a/launcher/.idea/launcher.iml b/launcher/.idea/launcher.iml new file mode 100644 index 0000000..cf84ae4 --- /dev/null +++ b/launcher/.idea/launcher.iml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="EMPTY_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/launcher/.idea/modules.xml b/launcher/.idea/modules.xml new file mode 100644 index 0000000..1515be0 --- /dev/null +++ b/launcher/.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/launcher.iml" filepath="$PROJECT_DIR$/.idea/launcher.iml" /> + </modules> + </component> +</project>
\ No newline at end of file diff --git a/launcher/.idea/vcs.xml b/launcher/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/launcher/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="" vcs="Git" /> + </component> +</project>
\ No newline at end of file |