fix gitignore so it only stashes with ext
parent
6d0181264c
commit
289ea98ece
|
|
@ -1,9 +1,9 @@
|
||||||
/**/*.sw*
|
/**/*.sw*
|
||||||
|
|
||||||
# all
|
# all
|
||||||
*
|
**/*
|
||||||
|
|
||||||
# un-ignore
|
# un-ignore
|
||||||
!*.*
|
!**/*.*
|
||||||
!*/
|
!**/*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue