diff options
author | Erik Thorelli <ethorelli@gmail.com> | 2022-10-07 05:40:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 14:40:13 +0200 |
commit | 11daa7dd5f22acadef1135000e92cc899e22c134 (patch) | |
tree | 471e07be0c5b0a9f54bbe4158a13f2894f5c8859 /.gitignore | |
parent | 065f5ffc5ae107f752b908d1c81e4c4f3e26e7b7 (diff) | |
download | zsh-11daa7dd5f22acadef1135000e92cc899e22c134.tar.gz zsh-11daa7dd5f22acadef1135000e92cc899e22c134.tar.bz2 zsh-11daa7dd5f22acadef1135000e92cc899e22c134.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ec24a19bb..71ae444e5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ cache/ log/ *.swp .DS_Store + +# editor configs +.vscode
\ No newline at end of file |