Merge pull request #9 from mt-admin spoiler-style...
Merge pull request #9 from mt-admin spoiler-style Static-page spoilers and resizing.

File last commit:

87c51e7cea38
1ec8d7dbefa5 merge
Show More
.gitattributes
14 lines | 187 B | text/plain | TextLexer
/ .gitattributes
Start with basic .gitignore and .gitattributes files.
r0 # Anything not explicitly listed
* text=auto
# Code files
*.php text
*.css text
*.js text
*.html text
# Images
*.png binary
*.jpg binary
*.gif binary
*.psd binary