11 lines
95 B
Plaintext
11 lines
95 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
|
|
!.gitignore
|
|
!*.php
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/
|
|
|
|
cache/ |