Remove old static characters page in favor of a new one in the database.
Remove old static characters page in favor of a new one in the database.

File last commit:

c97617beef9e
06f8872afea7
Show More
.gitattributes
17 lines | 235 B | text/plain | TextLexer
/ .gitattributes
Start with basic .gitignore and .gitattributes files.
r0 # Anything not explicitly listed
* text=auto
# Code files
*.php text
"Convert" CSS stylesheets to SCSS format.
r27 *.scss text
Start with basic .gitignore and .gitattributes files.
r0 *.css text
*.js text
*.html text
# Images
*.png binary
*.jpg binary
*.gif binary
*.psd binary
Add root-directory files.
r2 *.ico binary
Add images for website parts.
r5 *.svg text eol=lf