Ignore settings.json in git (#12988)

**Description**: Remove the `settings.json` line in gitignore.

**Motivation and Context**

Having `settings.json` tracked in git has created annoying diffs when it
is modified locally. This PR removes the entry in gitignore but
maintains the `settings.json` in the repo so that we have a good
default.
This commit is contained in:
Justin Chu 2022-09-19 12:05:43 -07:00 committed by GitHub
parent 14365b67a0
commit 14eb3cf485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -22,7 +22,6 @@ onnxruntime.egg-info
nuget_root/
.packages/
.vscode
!/.vscode/settings.json
*.code-workspace
__pycache__
onnxruntime_profile*.json