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.
master
Erik Thorelli 3 years ago committed by GitHub
parent 065f5ffc5a
commit 11daa7dd5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitignore

3
.gitignore vendored

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