dotfiles: separate gitignore for vcs
This commit is contained in:
parent
61fb51b3eb
commit
8956cd7280
@ -7,6 +7,7 @@
|
|||||||
!/.config/dotfiles/gen-gitignore.sh
|
!/.config/dotfiles/gen-gitignore.sh
|
||||||
!/.config/dotfiles/gitattributes
|
!/.config/dotfiles/gitattributes
|
||||||
!/.config/dotfiles/gitignore
|
!/.config/dotfiles/gitignore
|
||||||
|
!/.config/dotfiles/gitignore.vcs
|
||||||
!/.config/dotfiles/install.sh
|
!/.config/dotfiles/install.sh
|
||||||
!/.config/dotfiles/scripts/.keep
|
!/.config/dotfiles/scripts/.keep
|
||||||
!/.config/dotfiles/woodpecker.yml
|
!/.config/dotfiles/woodpecker.yml
|
||||||
|
18
.config/dotfiles/gitignore.vcs
Normal file
18
.config/dotfiles/gitignore.vcs
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
!/.cache/zsh/compcache/.keep
|
||||||
|
!/.cache/zsh/completion/.keep
|
||||||
|
!/.cache/zsh/compzwc/.keep
|
||||||
|
!/.cache/zsh/ssh/.keep
|
||||||
|
!/.config/zsh/local/.keep
|
||||||
|
!/.config/zsh/local/completion/.keep
|
||||||
|
!/.config/zsh/local/env.zsh.example
|
||||||
|
!/.config/zsh/var/.keep
|
||||||
|
|
||||||
|
/.cache/zsh/compcache/*
|
||||||
|
/.cache/zsh/compdump
|
||||||
|
/.cache/zsh/completion/*
|
||||||
|
/.cache/zsh/compzwc/*
|
||||||
|
/.cache/zsh/ssh/*
|
||||||
|
/.config/zsh/**/*.zwc
|
||||||
|
/.config/zsh/local.zsh
|
||||||
|
/.config/zsh/local/*
|
||||||
|
/.config/zsh/var/*
|
Loading…
Reference in New Issue
Block a user