diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 60de83a6..b0f5bdee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,10 @@ * text=auto !eol +demos/composer/index.php -text +demos/composer/protected/pages/Home.page -text +demos/composer/protected/pages/Home.php -text +demos/composer/protected/pages/Layout.php -text +demos/composer/protected/pages/Layout.tpl -text +demos/composer/themes/Simple/style.css -text demos/personal/index.php -text demos/personal/protected/Pages/Home.page -text demos/personal/protected/Pages/Home.php -text |