mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-21 07:26:53 +01:00
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
syntax: glob
|
|
|
|
syntax: regexp
|
|
# ignore all except .hgkeep
|
|
assets/(?!.*\.hgkeep$).+
|
|
protected/runtime/(?!.*\.hgkeep$).+
|