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 Jul 11, 2024
1 parent 0291c66 commit e7758ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[core]
hideDotFiles = dotGitOnly
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"*.dll": "${capture}.pdb",
"*.md": "${capture}.*.md",
"*.sln": "*.csproj",
".gitattributes": ".gitignore",
".gitconfig": ".gitattributes, .gitignore",
".tool-versions": "global.json"
},
"files.associations": {
Expand Down

0 comments on commit e7758ce

Please sign in to comment.