diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index 8fa66f02f..ec24a19bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ -locals.zsh -log/.zsh_history -projects.zsh -custom -!custom/plugins/example -!custom/example.zsh -*.swp -!custom/example.zshcache +# custom files +custom/ + +# temp files directories cache/ +log/ +*.swp +.DS_Store |