diff options
| author | 2025-01-16 16:49:54 -0600 | |
|---|---|---|
| committer | 2025-01-16 16:49:54 -0600 | |
| commit | 61a0b4efdd311276bc357282ceb0e7cf6359c5c4 (patch) | |
| tree | 62d2d13507757b5729a35a4c377a04bd77366b31 | |
| parent | download client jar (diff) | |
remove idea files
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .idea/.gitignore | 8 | ||||
| -rw-r--r-- | .idea/jsonSchemas.xml | 27 | ||||
| -rw-r--r-- | .idea/modules.xml | 8 | ||||
| -rw-r--r-- | .idea/o3launcher.iml | 13 | ||||
| -rw-r--r-- | .idea/vcs.xml | 6 |
6 files changed, 2 insertions, 62 deletions
@@ -1,3 +1,5 @@ /target /test_stuff /work +.idea/* +*.iml
\ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 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/jsonSchemas.xml b/.idea/jsonSchemas.xml deleted file mode 100644 index 7d1fb3b..0000000 --- a/.idea/jsonSchemas.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="JsonSchemaMappingsProjectConfiguration"> - <state> - <map> - <entry key="No JSON schema"> - <value> - <SchemaInfo> - <option name="ignoredFile" value="true" /> - <option name="name" value="No JSON schema" /> - <option name="relativePathToSchema" value="" /> - <option name="applicationDefined" value="true" /> - <option name="patterns"> - <list> - <Item> - <option name="path" value="file://$PROJECT_DIR$/test_stuff/versions/1.2.1.json" /> - </Item> - </list> - </option> - <option name="isIgnoredFile" value="true" /> - </SchemaInfo> - </value> - </entry> - </map> - </state> - </component> -</project>
\ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a1c6049..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/o3launcher.iml" filepath="$PROJECT_DIR$/.idea/o3launcher.iml" /> - </modules> - </component> -</project>
\ No newline at end of file diff --git a/.idea/o3launcher.iml b/.idea/o3launcher.iml deleted file mode 100644 index 18d6207..0000000 --- a/.idea/o3launcher.iml +++ /dev/null @@ -1,13 +0,0 @@ -<?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$/ozone-ui/src" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/ozone-cli/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 deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?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 |
