diff options
author | xue <> | 2006-01-27 04:23:17 +0000 |
---|---|---|
committer | xue <> | 2006-01-27 04:23:17 +0000 |
commit | 35ccbf642e8d189558e795a87005513e456d9a5d (patch) | |
tree | 20b5bc968e66ff9691f4cb65cb41dc11e87f8e75 /.gitattributes | |
parent | 5e6e30fce9e99ec8704bf6700898572cf0f9c1e4 (diff) |
Added assets section to quickstart tutorial.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ae17cc37..1930edeb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -36,6 +36,8 @@ demos/quickstart/protected/controls/SampleLayout.php -text demos/quickstart/protected/controls/SampleLayout.tpl -text demos/quickstart/protected/controls/TopicList.php -text demos/quickstart/protected/controls/TopicList.tpl -text +demos/quickstart/protected/pages/Advanced/Assets.page -text +demos/quickstart/protected/pages/Advanced/Themes.page -text demos/quickstart/protected/pages/Configurations/AppConfig.page -text demos/quickstart/protected/pages/Configurations/Overview.page -text demos/quickstart/protected/pages/Configurations/PageConfig.page -text |