ohmyzsh/.gitignore
Erik Thorelli 11daa7dd5f
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.
2022-10-07 14:40:13 +02:00

11 lines
102 B
Plaintext

# custom files
custom/
# temp files directories
cache/
log/
*.swp
.DS_Store
# editor configs
.vscode