util

Clone or download

fixed gitignore

Modified Files

M .gitignore
+1 −0
--- 'a/.gitignore'
+++ b/.gitignore
@@ -1 +1,2 @@
+.idea/
target/
\ No newline at end of file
M pom.xml
+2 −0
--- 'a/pom.xml'
+++ b/pom.xml
@@ -36,6 +36,8 @@
</plugins>
</build>
+
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>