mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
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:
parent
14365b67a0
commit
14eb3cf485
1 changed files with 0 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -22,7 +22,6 @@ onnxruntime.egg-info
|
|||
nuget_root/
|
||||
.packages/
|
||||
.vscode
|
||||
!/.vscode/settings.json
|
||||
*.code-workspace
|
||||
__pycache__
|
||||
onnxruntime_profile*.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue