Cleanup gitignore
Sort alphabetically. Separate specific files from files that should be ignored everywhere. Add full path to specific files.
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,13 +1,14 @@
|
||||
archive
|
||||
*.bkp
|
||||
.gitignore
|
||||
!/.gitignore
|
||||
.zcompdump
|
||||
*.zwc
|
||||
_msg
|
||||
*.bkp
|
||||
.netrwhist
|
||||
github.config
|
||||
gitlab.config
|
||||
example.config
|
||||
.config/tmux/plugins
|
||||
!.config/tmux/plugins/tpm
|
||||
|
||||
/archive
|
||||
/.config/git/github.config
|
||||
/.config/git/gitlab.config
|
||||
/.config/git/user.config
|
||||
/.config/tmux/plugins
|
||||
!/.config/tmux/plugins/tpm
|
||||
/.config/vim/.netrwhist
|
||||
/.config/zsh/.zcompdump
|
||||
/.config/zsh/plugins/completion/_msg
|
||||
|
||||
Reference in New Issue
Block a user