gitignore: Ignore new profiles
parent
b2ee5f96a5
commit
c710fc783a
|
|
@ -17,3 +17,8 @@ bats
|
||||||
enabled/*
|
enabled/*
|
||||||
/enabled
|
/enabled
|
||||||
tmp/
|
tmp/
|
||||||
|
|
||||||
|
# Do not save profiles
|
||||||
|
profiles/*
|
||||||
|
# apart from the default one
|
||||||
|
!profiles/default.bash_it
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue