We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36faf58 commit 00b05b0Copy full SHA for 00b05b0
.gitattributes
@@ -0,0 +1,14 @@
1
+# Auto detect text files and perform LF normalization
2
+* text=auto
3
+
4
+# Known text files
5
+*.java text
6
+*.xml text
7
+*.yml text
8
+*.md text
9
+*.sh text
10
+*.css text
11
+*.txt text
12
13
+# Known binary files
14
+*.jar binary
.gitignore
@@ -14,4 +14,4 @@ out/
.classpath
15
.project
16
.settings/
17
-.metadata/
+.metadata/
0 commit comments