This repository was archived by the owner on Nov 23, 2021. It is now read-only.
File tree 2 files changed +45
-22
lines changed
2 files changed +45
-22
lines changed Original file line number Diff line number Diff line change
1
+ # See https://help.github.com/articles/dealing-with-line-endings
2
+
3
+ # This setting tells git always to normalize the files specified.
4
+ # When committed they are stored with LF, on checkout they are
5
+ # converted to the UNIX format, with LF as end of line
6
+ * text =auto eol =lf
7
+
8
+ # Explicitly declare text files we want to always be normalized and converted
9
+ # to native line endings on checkout.
10
+ * .css text
11
+ * .groovy text
12
+ * .html text
13
+ * .java text
14
+ * .js text
15
+ * .properties text
16
+ * .sh text
17
+ * .sql text
18
+ * .txt text
19
+ * .xhtml text
20
+ * .xml text
21
+
22
+ # Declare files that will always have CRLF line endings on checkout.
23
+ * .sln text eol =crlf
24
+
25
+ # Denote all files that are truly binary and should not be modified.
26
+ * .gif binary
27
+ * .jar binary
28
+ * .jpg binary
29
+ * .png binary
30
+ * .idml binary
31
+ * .odt binary
32
+ * .odg binary
33
+ * .odp binary
34
+ * .ods binary
35
+ * .ico binary
36
+ * .eot binary
37
+ * .ttf binary
38
+ * .zip binary
Original file line number Diff line number Diff line change 1
- test * .db
2
- .project
1
+ build
3
2
.gradle
4
- .ignore
5
- .settings
6
- target
3
+ gradle
4
+ gradlew
5
+ gradlew.bat
7
6
.idea
8
- .classpath
9
- .checkstyle
10
- * .log
11
- * .log. *
12
- * .iml
13
- * .versionsBackup
14
- interpolated- * .xml
15
- * .iws
16
- * .ipr
17
- out
18
- * .ignore
19
- build
20
- thucydides-arquillian
21
-
22
- * .sublime-project
23
- * .sublime-workspace
24
- .hg *
7
+ lib
8
+ target
9
+ * .iml
You can’t perform that action at this time.
0 commit comments