We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcfe92 commit 27c0a1cCopy full SHA for 27c0a1c
3 files changed
.gitattributes
@@ -11,4 +11,4 @@
11
*.mp4 binary
12
*.zip binary
13
*.gz binary
14
-*.pdf binary
+*.pdf binary
git/.gitattributes
@@ -0,0 +1,14 @@
1
+* text=auto
2
+* eol=lf
3
+
4
+*.png binary
5
+*.jpg binary
6
+*.gif binary
7
+*.svg binary
8
+*.ico binary
9
+*.woff binary
10
+*.ttf binary
+*.mp4 binary
+*.zip binary
+*.gz binary
git/.gitconfig
@@ -9,4 +9,4 @@
[core]
editor = code --wait
[init]
- defaultBranch = main
+ defaultBranch = main
0 commit comments