whitelisting common config files
This commit is contained in:
+37
@@ -3,3 +3,40 @@
|
||||
|
||||
# Whitelist
|
||||
!README.md
|
||||
|
||||
# bash
|
||||
!bash/
|
||||
bash/*
|
||||
!bash/*.sh
|
||||
|
||||
# nvim
|
||||
!nvim/
|
||||
nvim/*
|
||||
!nvim/init.vim
|
||||
|
||||
# tmux
|
||||
!tmux/
|
||||
tmux/*
|
||||
!tmux/tmux.conf
|
||||
|
||||
# dunst
|
||||
!dunst/
|
||||
dunst/*
|
||||
!dunst/*.png
|
||||
!dunst/dunstrc
|
||||
|
||||
# misc root-level config
|
||||
!mimeapps.list
|
||||
!pavucontrol.ini
|
||||
|
||||
# VS Code user settings only (not Cookies/Cache/Local State/etc.)
|
||||
!Code/
|
||||
Code/*
|
||||
!Code/User/
|
||||
Code/User/*
|
||||
!Code/User/settings.json
|
||||
!Code/User/keybindings.json
|
||||
!Code/User/snippets/
|
||||
Code/User/snippets/*
|
||||
!Code/User/snippets/*.json
|
||||
!Code/User/snippets/*.code-snippets
|
||||
|
||||
Reference in New Issue
Block a user