chore: add vscode workspace settings to gitignore (#11108)

There are workspace settings for vscode plugins that make contributing to ohmyzsh easier. However, these would be noisy for users, especially for those that don't use vscode.
This commit is contained in:
Erik Thorelli 2022-10-07 05:40:13 -07:00 committed by GitHub
parent 065f5ffc5a
commit 11daa7dd5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -6,3 +6,6 @@ cache/
log/
*.swp
.DS_Store
# editor configs
.vscode