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

3
.gitignore vendored
View File

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