diff options
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.gitignore | 5 | ||||
| -rw-r--r-- | .idea/encodings.xml | 7 | ||||
| -rw-r--r-- | .idea/misc.xml | 14 | ||||
| -rw-r--r-- | .idea/vcs.xml | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..a0ccf77 --- /dev/null +++ b/.idea/.gitignore | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # Default ignored files | ||
| 2 | /shelf/ | ||
| 3 | /workspace.xml | ||
| 4 | # Environment-dependent path to Maven home directory | ||
| 5 | /mavenHomeManager.xml | ||
diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/.idea/encodings.xml | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <project version="4"> | ||
| 3 | <component name="Encoding"> | ||
| 4 | <file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" /> | ||
| 5 | <file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" /> | ||
| 6 | </component> | ||
| 7 | </project> \ No newline at end of file | ||
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..fdc35ea --- /dev/null +++ b/.idea/misc.xml | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <project version="4"> | ||
| 3 | <component name="ExternalStorageConfigurationManager" enabled="true" /> | ||
| 4 | <component name="MavenProjectsManager"> | ||
| 5 | <option name="originalFiles"> | ||
| 6 | <list> | ||
| 7 | <option value="$PROJECT_DIR$/pom.xml" /> | ||
| 8 | </list> | ||
| 9 | </option> | ||
| 10 | </component> | ||
| 11 | <component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="21" project-jdk-type="JavaSDK"> | ||
| 12 | <output url="file://$PROJECT_DIR$/out" /> | ||
| 13 | </component> | ||
| 14 | </project> \ No newline at end of file | ||
diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <project version="4"> | ||
| 3 | <component name="VcsDirectoryMappings"> | ||
| 4 | <mapping directory="$PROJECT_DIR$" vcs="Git" /> | ||
| 5 | </component> | ||
| 6 | </project> \ No newline at end of file | ||
