We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0743d59 + 4b8f54c commit 153662cCopy full SHA for 153662c
.gitattributes
@@ -0,0 +1,25 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
+* text=auto
3
+
4
+# Explicitly declare text files that will always be normalized and converted
5
+# to native line endings on checkout.
6
+.editorconfig text
7
+.gitattributes text
8
+.gitignore text
9
+*.json text
10
+*.md text
11
+*.txt text
12
+*.xml text
13
+*.yml text
14
15
+# Declare files that will always have LF line endings on checkout.
16
+*.php text eol=lf
17
+*.sh text eol=lf
18
19
+# Exclude from export.
20
+.* export-ignore
21
+bin export-ignore
22
+test export-ignore
23
+*.dist export-ignore
24
+code_of_conduct.md export-ignore
25
+composer.* export-ignore
0 commit comments