diff options
| author | Max Bossing <info@maxbossing.de> | 2025-10-17 20:58:45 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-10-17 20:58:45 +0200 | 
| commit | afb93f3cb143ea1a252f022fe8dce3009035e788 (patch) | |
| tree | 33209808fc5b43c5abeb42a426e6a390151e279b /.idea | |
init
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.gitignore | 8 | ||||
| -rw-r--r-- | .idea/modules.xml | 8 | ||||
| -rw-r--r-- | .idea/spacebutton.iml | 11 | ||||
| -rw-r--r-- | .idea/vcs.xml | 6 | 
4 files changed, 33 insertions, 0 deletions
| diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /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/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..df6fa8d --- /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/spacebutton.iml" filepath="$PROJECT_DIR$/.idea/spacebutton.iml" /> +    </modules> +  </component> +</project>
\ No newline at end of file diff --git a/.idea/spacebutton.iml b/.idea/spacebutton.iml new file mode 100644 index 0000000..cf84ae4 --- /dev/null +++ b/.idea/spacebutton.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/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /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="" vcs="Git" /> +  </component> +</project>
\ No newline at end of file | 
