.gitignore (281B)
1 # Ignore everything by default. 2 * 3 4 # Git 5 !.gitignore 6 7 # Shell 8 !.profile 9 10 # Bash 11 !.bashrc 12 13 # Config 14 !.config/ 15 .config/user-dirs.dirs 16 17 !.local/ 18 19 # Local shell scripts 20 !.local/bin/ 21 # !.local/bin/** 22 !.local/bin/cmd/ 23 !.local/bin/cmd/** 24 !.local/bin/sh/ 25 !.local/bin/sh/** 26 27 !.local/share/