Skip to content

Commit

Permalink
chore: improved the git configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Oct 23, 2024
1 parent 17061f3 commit 099e550
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
/Packages/dev.*/** linguist-vendored
/ProjectSettings/** linguist-vendored

*.asset merge=unityyamlmerge filter=vrc eol=lf text
*.mat merge=unityyamlmerge eol=lf text
*.meta merge=unityyamlmerge eol=lf text
*.prefab merge=unityyamlmerge filter=vrc eol=lf text
*.unity merge=unityyamlmerge filter=vrc eol=lf text
*.asset merge=unityyamlmerge filter=vrc eol=lf text=auto
*.mat merge=unityyamlmerge eol=lf text=auto
*.meta merge=unityyamlmerge eol=lf text=auto
*.prefab merge=unityyamlmerge filter=vrc eol=lf text=auto
*.unity merge=unityyamlmerge filter=vrc eol=lf text=auto

.coderabbit.yaml export-ignore
.gitattributes export-ignore
Expand Down
4 changes: 4 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[core]
hideDotFiles = dotGitOnly
[filter "vrc"]
clean = git vrc clean --file %f
smudge = git vrc smudge --file %f
required = true

0 comments on commit 099e550

Please sign in to comment.