7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
|
# src https://stackoverflow.com/questions/115983/how-do-i-add-an-empty-directory-to-a-git-repository
|
||
|
|
||
|
# Ignore everything in this directory
|
||
|
*
|
||
|
# Except this file
|
||
|
!.gitignore
|