Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #1950 from kengoide/feature/ignore-user-files
Browse files Browse the repository at this point in the history
.gitignore に *.vcxproj.user ファイルを追加する
  • Loading branch information
kengoide authored May 7, 2024
2 parents db729fb + 1cb914a commit 47d5dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.iobj
*.ipdb
*.pyc
*.vcxproj.user
**/packages
**/TestResults
.sonarqube
Expand Down

0 comments on commit 47d5dc1

Please sign in to comment.