13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
# we use the exclude-all-include-special approach, easier then excluding any odd stuff later
|
|
#exclude general
|
|
*.*
|
|
|
|
#include general
|
|
#grafics
|
|
!*.gif
|
|
!*.png
|
|
|
|
#include special
|
|
#default git
|
|
!*.gitignore
|