Skip to content

Commit

Permalink
feat: added the git configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Oct 21, 2024
1 parent 286f17d commit bf5af25
Showing 1 changed file with 4 additions and 0 deletions.
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 bf5af25

Please sign in to comment.