18 lines
138 B
Plaintext
18 lines
138 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
|
|
!.gitignore
|
|
!*.php
|
|
!*.html
|
|
!*.js
|
|
!*.css
|
|
!*.tpl
|
|
!*.gif
|
|
!*.jpg
|
|
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/
|
|
|
|
cache/ |