27 lines
220 B
Text
27 lines
220 B
Text
*
|
|
|
|
# This file
|
|
!.gitignore
|
|
|
|
!.gitconfig
|
|
|
|
# .config folder
|
|
!.config/
|
|
!.config/**
|
|
|
|
# .local folder
|
|
!.local/
|
|
!.local/**
|
|
|
|
# Bash
|
|
!.bashrc
|
|
!.bash_profile
|
|
!.bash_logout
|
|
|
|
# XOrg
|
|
!.xinitrc
|
|
!.xprofile
|
|
!.Xresources
|
|
|
|
# Vim
|
|
!.vimrc
|