We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ea350 commit 30ff03eCopy full SHA for 30ff03e
.gitattributes
@@ -0,0 +1,20 @@
1
+# Set default behaviour, in case users don't have core.autocrlf set.
2
+* text=auto
3
+
4
+# Explicitly declare text files we want to always be normalized and converted
5
+# to native line endings on checkout.
6
+*.pg text
7
+*.pl text
8
+*.txt text
9
+*.htm text
10
+*.html text
11
+*.log text
12
+*.LOG text
13
14
+# Declare files that will always have CRLF line endings on checkout.
15
+*.sln text eol=crlf
16
17
+# Denote all files that are truly binary and should not be modified.
18
+*.png binary
19
+*.jpg binary
20
+*.gifjpg binary
.gitignore
@@ -1,3 +1,4 @@
+*~
blib/
.build/
_build/
0 commit comments