Merge branch 'master' into dbal...
Merge branch 'master' into dbal # Conflicts: # .gitignore # edit-page.php # styles/_fonts.scss # styles/_palette.scss

File last commit:

795a5d5dc361
8caba2dd794d merge
Show More
.gitattributes
15 lines | 202 B | text/plain | TextLexer
/ .gitattributes
# 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
*.svg binary