diff options
author | xue <> | 2006-04-02 00:34:32 +0000 |
---|---|---|
committer | xue <> | 2006-04-02 00:34:32 +0000 |
commit | 87aaba0aa45ea3ead27966923fa5702817731e7d (patch) | |
tree | 9faf6bc41bdbceb9ce3381d465f0b48fdbc979c3 /.gitattributes | |
parent | 2f36ce50b85cf0d02174464356e6636d14f4c19a (diff) |
Added hello world demo.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 66ceb15b..1756a7c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -34,6 +34,10 @@ demos/composer/themes/PradoSoft/pradoheader.gif -text demos/composer/themes/PradoSoft/propertydef.gif -text demos/composer/themes/PradoSoft/style.css -text demos/composer/themes/Simple/style.css -text +demos/helloworld/index.php -text +demos/helloworld/protected/.htaccess -text +demos/helloworld/protected/pages/Home.page -text +demos/helloworld/protected/pages/Home.php -text demos/personal/index.php -text demos/personal/protected/Pages/Home.page -text demos/personal/protected/Pages/Home.php -text |