We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559ac2d commit 0ced3f6Copy full SHA for 0ced3f6
.gitattributes
@@ -0,0 +1,8 @@
1
+* eol=lf
2
+*.bat eol=crlf
3
+*.png binary
4
+*.zip binary
5
+*.tgz binary
6
+*.tar binary
7
+*.bz2 binary
8
+*.gz binary
.gitignore
@@ -1,13 +1,13 @@
.*
!.github
!.gitignore
+!.gitattributes
!.mvn
-!.travis.yml
*.bak
*.log
*.diff
9
*.patch
10
*.iml
11
target
12
eclipse-target
13
-war
+war
pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm</artifactId>
- <version>22</version>
+ <version>23</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>mmm-crypto-parent</artifactId>
0 commit comments