liql 4 years ago
parent
commit
ab4755600c
3 changed files with 17 additions and 0 deletions
  1. 4 0
      .gitignore
  2. 2 0
      .idea/.gitignore
  3. 11 0
      .idea/misc.xml

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+/.idea/*
+.gitignore
+*.iml
+/target/

+ 2 - 0
.idea/.gitignore

@@ -0,0 +1,2 @@
+# Default ignored files
+/workspace.xml

+ 11 - 0
.idea/misc.xml

@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="MavenProjectsManager">
+    <option name="originalFiles">
+      <list>
+        <option value="$PROJECT_DIR$/pom.xml" />
+      </list>
+    </option>
+  </component>
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
+</project>