Explorar el Código

ignore *.iml generated by IntelliJ IDEA

yaofei.sun hace 5 años
padre
commit
1fe33c133d
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 1 0
      .gitignore
  2. 0 2
      examples/milvus-sdk-java-examples.iml

+ 1 - 0
.gitignore

@@ -24,4 +24,5 @@ hs_err_pid*
 
 .idea/
 target/
+*.iml
 

+ 0 - 2
examples/milvus-sdk-java-examples.iml

@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4" />