File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
.git
2
2
/assets /*
3
- / protected / extensions / * / assets /*
3
+ ! / assets /README
4
4
/protected /runtime /*
5
- /protected /config /params.ini
5
+ ! /protected /runtime /README
6
+ /protected /config /params.ini
Original file line number Diff line number Diff line change 1
1
/assets /*
2
2
/protected /runtime /*
3
- /protected /config /params.ini
3
+ /protected /config /params.ini
4
+ ! /assets /README
5
+ ! /protected /runtime /README
Original file line number Diff line number Diff line change
1
+ This directory holds published asset files. An asset file is a private file that
2
+ may be published to become accessible to Web users. This directory must be
3
+ writable by Web server process. It can be customized via CAssetManager::basePath
4
+
5
+ # Reference
6
+ * http://www.yiiframework.com/doc/guide/1.1/en/basics.convention
7
+ * http://www.yiiframework.com/wiki/148/understanding-assets/
Original file line number Diff line number Diff line change
1
+ This directory holds private temporary files generated during runtime of the
2
+ application. This directory must be writable by Web server process.
3
+ It can be customized via CApplication::runtimePath.
4
+
5
+ # Reference
6
+ * http://www.yiiframework.com/doc/guide/1.1/en/basics.convention
You can’t perform that action at this time.
0 commit comments