Skip to content

Commit 225ed47

Browse files
author
Marcelo Matos
committed
Incluidos README de /assets e /protected/runtime e .*ignore atualizados
1 parent 3742e30 commit 225ed47

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.dockerignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.git
22
/assets/*
3-
/protected/extensions/*/assets/*
3+
!/assets/README
44
/protected/runtime/*
5-
/protected/config/params.ini
5+
!/protected/runtime/README
6+
/protected/config/params.ini

.gitignore

100755100644
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/assets/*
22
/protected/runtime/*
3-
/protected/config/params.ini
3+
/protected/config/params.ini
4+
!/assets/README
5+
!/protected/runtime/README

assets/README

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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/

protected/runtime/README

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)