diff options
Diffstat (limited to 'error/.idea')
| -rw-r--r-- | error/.idea/.gitignore | 8 | ||||
| -rw-r--r-- | error/.idea/error.iml | 9 | ||||
| -rw-r--r-- | error/.idea/misc.xml | 6 | ||||
| -rw-r--r-- | error/.idea/modules.xml | 8 |
4 files changed, 31 insertions, 0 deletions
diff --git a/error/.idea/.gitignore b/error/.idea/.gitignore new file mode 100644 index 0000000..1c2fda5 --- /dev/null +++ b/error/.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/error/.idea/error.iml b/error/.idea/error.iml new file mode 100644 index 0000000..18ec59d --- /dev/null +++ b/error/.idea/error.iml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
\ No newline at end of file diff --git a/error/.idea/misc.xml b/error/.idea/misc.xml new file mode 100644 index 0000000..9715c22 --- /dev/null +++ b/error/.idea/misc.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectRootManager">
+ <output url="file://$PROJECT_DIR$/out" />
+ </component>
+</project>
\ No newline at end of file diff --git a/error/.idea/modules.xml b/error/.idea/modules.xml new file mode 100644 index 0000000..4fb897f --- /dev/null +++ b/error/.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/error.iml" filepath="$PROJECT_DIR$/.idea/error.iml" />
+ </modules>
+ </component>
+</project>
\ No newline at end of file |
