We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f01b8 commit 5ba0b15Copy full SHA for 5ba0b15
.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
@@ -4,7 +4,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-code-parent</artifactId>
0 commit comments