10 lines
88 B
Plaintext
10 lines
88 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
|
|
!.gitignore
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/
|
|
|
|
cache/ |