mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 17:30:08 +00:00
Tidy up gitignore file
- `custom/example.zshcache` doesn't exist anymore: it's safe to ignore. - `*.swp` files are ignored for no apparent reason. There's nothing in the codebase that generates them. This was introduced by @lepht in commitf78218f6
on 24 May 2011. - Files `locals.zsh` and `projects.zsh` are no longer supported for putting custom configuration there. This is since commit8debd09
where files were put in a lib/ folder, but failed to modify the .gitignore file as well. The init script was modified as well, so those files aren't even being sourced: they are safe to be deleted or ported into a custom script.
This commit is contained in:
parent
66e7e7d9ca
commit
54ace41f3c
1 changed files with 4 additions and 8 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,12 +1,8 @@
|
||||||
locals.zsh
|
# custom files
|
||||||
log/.zsh_history
|
custom/
|
||||||
projects.zsh
|
|
||||||
custom
|
|
||||||
!custom/plugins/example
|
!custom/plugins/example
|
||||||
!custom/example.zsh
|
!custom/example.zsh
|
||||||
*.swp
|
|
||||||
!custom/example.zshcache
|
# temp files directories
|
||||||
cache/
|
cache/
|
||||||
!cache/.gitkeep
|
|
||||||
log/
|
log/
|
||||||
!log/.gitkeep
|
|
||||||
|
|
Loading…
Reference in a new issue