dotfiles/.gitignore

28 lines
220 B
Text
Raw Normal View History

2021-12-02 11:05:20 -05:00
*
2021-12-02 11:14:39 -05:00
# This file
2021-12-02 11:05:20 -05:00
!.gitignore
2021-12-02 11:14:39 -05:00
2023-12-20 23:08:30 -05:00
!.gitconfig
2023-12-20 22:52:16 -05:00
2021-12-03 02:20:04 -05:00
# .config folder
!.config/
!.config/**
2023-12-20 22:52:16 -05:00
# .local folder
!.local/
!.local/**
2021-12-02 11:14:39 -05:00
# Bash
!.bashrc
!.bash_profile
!.bash_logout
# XOrg
!.xinitrc
!.xprofile
!.Xresources
# Vim
!.vimrc