Add gitignroe for .config
This commit is contained in:
parent
694fe9dc77
commit
766878d9c3
1 changed files with 14 additions and 0 deletions
14
.config/.gitignore
vendored
Normal file
14
.config/.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Ignore Everything By Default
|
||||||
|
/*
|
||||||
|
|
||||||
|
#Unignore Ignore
|
||||||
|
!.gitignore
|
||||||
|
|
||||||
|
# Oh My Bash
|
||||||
|
!/oh-my-bash-custom/
|
||||||
|
|
||||||
|
# SSH
|
||||||
|
!/ssh/
|
||||||
|
|
||||||
|
# neovim
|
||||||
|
!/nvim/
|
Loading…
Reference in a new issue