git reverse .gitignore
This commit is contained in:
parent
2986f395a6
commit
039e11b939
1 changed files with 10 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
********
|
|
||||||
Snippets
|
Snippets
|
||||||
********
|
========
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
====
|
----
|
||||||
|
|
||||||
* .gitignore
|
* .gitignore
|
||||||
* aliases
|
* aliases
|
||||||
|
@ -11,3 +10,11 @@ TODO
|
||||||
|
|
||||||
* cached (staging area)
|
* cached (staging area)
|
||||||
* character
|
* character
|
||||||
|
|
||||||
|
Reverse .gitignore
|
||||||
|
------------------
|
||||||
|
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!*/
|
||||||
|
!SHA*SUMS
|
||||||
|
|
Loading…
Reference in a new issue