Unverified Commit 11daa7dd authored by Erik Thorelli's avatar Erik Thorelli Committed by GitHub

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.
parent 065f5ffc
...@@ -6,3 +6,6 @@ cache/ ...@@ -6,3 +6,6 @@ cache/
log/ log/
*.swp *.swp
.DS_Store .DS_Store
# editor configs
.vscode
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment