16 lines
160 B
Plaintext
16 lines
160 B
Plaintext
# gitignore
|
|
|
|
# Ignore everything by default
|
|
*
|
|
|
|
# Allow config files
|
|
|
|
!.config/
|
|
!.config/**
|
|
!.bashrc
|
|
!.bash_profile
|
|
!.Xresources
|
|
!.gitconfig
|
|
!.vimrc
|
|
!.gitignore
|