diff options
| author | Robert Günzler <r@gnzler.io> | 2021-08-31 12:32:52 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-08-31 12:41:21 +0200 |
| commit | bdebc9e86ad77316e1d2703cdc2f5d194d51742a (patch) | |
| tree | 25f9bcec1924bb668e2f2077d229904fbe2a56cb /.gitignore | |
| parent | 384babec22004b8a2cdd5cf6c6d4aafa05594813 (diff) | |
use s6 to manage user services
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 31b33ce..0a0ae7f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,21 @@ # To track a file using the dotfile repo add it using: git add -f FILE # or exclude below +!.config +!.config/** +.config/mpv/scripts +.config/sway/contrib + +!.vim +!.vim/** + +!.local +.local/* +!.local/share +.local/share/* +!.local/share/s6 +!.local/share/s6/** +.local/share/s6/**/supervise +.local/share/s6/**/events +.local/share/s6/**/lock +.local/share/s6/**/control |