

First
@aaeecdca0b814b3063e3455fdb68a4ab3eb75db2
+++ .idea/.gitignore
... | ... | @@ -0,0 +1,8 @@ |
1 | +# Default ignored files | |
2 | +/shelf/ | |
3 | +/workspace.xml | |
4 | +# Datasource local storage ignored files | |
5 | +/dataSources/ | |
6 | +/dataSources.local.xml | |
7 | +# Editor-based HTTP Client requests | |
8 | +/httpRequests/ |
+++ .idea/AJIN-ERP.iml
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<module type="JAVA_MODULE" version="4"> | |
3 | + <component name="NewModuleRootManager" inherit-compiler-output="true"> | |
4 | + <exclude-output /> | |
5 | + <content url="file://$MODULE_DIR$" /> | |
6 | + <orderEntry type="inheritedJdk" /> | |
7 | + <orderEntry type="sourceFolder" forTests="false" /> | |
8 | + </component> | |
9 | +</module>(파일 끝에 줄바꿈 문자 없음) |
+++ .idea/misc.xml
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="JavaScriptSettings"> | |
4 | + <option name="languageLevel" value="ES6" /> | |
5 | + </component> | |
6 | + <component name="ProjectRootManager" version="2" project-jdk-name="17" project-jdk-type="JavaSDK"> | |
7 | + <output url="file://$PROJECT_DIR$/out" /> | |
8 | + </component> | |
9 | +</project>(파일 끝에 줄바꿈 문자 없음) |
+++ .idea/modules.xml
... | ... | @@ -0,0 +1,8 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="ProjectModuleManager"> | |
4 | + <modules> | |
5 | + <module fileurl="file://$PROJECT_DIR$/.idea/AJIN-ERP.iml" filepath="$PROJECT_DIR$/.idea/AJIN-ERP.iml" /> | |
6 | + </modules> | |
7 | + </component> | |
8 | +</project>(파일 끝에 줄바꿈 문자 없음) |
+++ .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="" vcs="Git" /> | |
5 | + </component> | |
6 | +</project>(파일 끝에 줄바꿈 문자 없음) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?