Include template for LocalSettings.php.
Include template for LocalSettings.php.

File last commit:

6c602be266b6
09aed96494bb
Show More
.gitattributes
15 lines | 202 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
Add root-directory files.
r2 *.ico binary