-
-
Save MattSturgeon/8dc0b7ed21da1955a56d42f80f7ebf8b to your computer and use it in GitHub Desktop.
.gitignore file for my home directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #blacklist top level folder | |
| /* | |
| #whitelist files & folders | |
| !.gitignore | |
| !README.md | |
| !.i3/ | |
| !.i3status.conf | |
| !.config | |
| .config/* | |
| !.config/redshift.conf | |
| !.config/ranger | |
| .config/ranger/* | |
| !.config/ranger/rifle.conf | |
| !.config/ranger/scope.sh | |
| !.bashrc | |
| !.bash_profile | |
| !.bash_aliases | |
| !.profile | |
| !.npmrc | |
| !.vimrc | |
| !.vim/ | |
| .vim/* | |
| !.vim/autoload | |
| !.ssh/ | |
| .ssh/* | |
| !.ssh/config | |
| !bin/ | |
| bin/data/ | |
| !bin/data/slideshow_all.txt | |
| !.minecraft/ | |
| .minecraft/* | |
| !.minecraft/saves | |
| !.root-configs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment