Skip to content

Commit 26839ad

Browse files
authored
Merge pull request #8 from dev-satoshi/git
git周り修正
2 parents dfcfe92 + 27c0a1c commit 26839ad

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
*.mp4 binary
1212
*.zip binary
1313
*.gz binary
14-
*.pdf binary
14+
*.pdf binary

git/.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
11+
*.mp4 binary
12+
*.zip binary
13+
*.gz binary
14+
*.pdf binary

git/.gitconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
[core]
1010
editor = code --wait
1111
[init]
12-
defaultBranch = main
12+
defaultBranch = main

0 commit comments

Comments
 (0)