Sort alphabetically. Separate specific files from files that should be ignored everywhere. Add full path to specific files.
15 lines
259 B
Plaintext
15 lines
259 B
Plaintext
*.bkp
|
|
.gitignore
|
|
!/.gitignore
|
|
*.zwc
|
|
|
|
/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
|