diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90a3103 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Ignore all +/* + + +# Exclusions +# Allow dotfiles in ~, but don't allow folders starting with dot +!.* +.*/ + +# Folders (and their subdirs) +!/.config/ + +# Ignore back again +/.config/nvim/.netrwhist +/.Xauthority +/.xsession-errors +/.viminfo +/.bash_history +/.bash_logout |