Explorar el Código

修改gitignore文件,将test文件夹加入到版本控制

suntg hace 8 años
padre
commit
c0db532590
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -34,7 +34,7 @@ test/
 # Java
 ## Compiled class file
 *.class
-test/
+#test/
 
 ## Log file
 *.log