Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit b9c981c

Browse files
committed
Exclude some more files from App Engine
1 parent ac7d2b7 commit b9c981c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ env_variables:
5656
skip_files:
5757
- ^(.*/)?.*/(\.DS_Store|\.htaccess|\.gitignore|CMakeLists\.txt|.*\.java)$
5858
- ^(.*/)?.*/\.sass-cache/.*
59-
- ^(.*/)?(\.codeclimate\.yml|\.coveralls\.yml|\.editorconfig|\.styleci\.yml|\.travis\.yml|AUTHORS|bower\.json|composer\.json|composer\.lock|composer\.phar|COPYRIGHT|CTestConfig\.cmake|LICENSE|mkdocs\.yml|phpunit\.xml\.dist|README\.md|requirements\.txt|Vagrantfile)$
59+
- ^(.*/)?(\.codeclimate\.yml|\.coveralls\.yml|\.editorconfig|\.php_cs|\.php_cs\.cache|\.styleci\.yml|\.travis\.yml|AUTHORS|bower\.json|composer\.json|composer\.lock|composer\.phar|COPYRIGHT|CTestConfig\.cmake|LICENSE|mkdocs\.yml|phpunit\.xml\.dist|README\.md|requirements\.txt|Vagrantfile)$
6060
- ^(.*/)?core/configs/.*\.local\.ini$
6161
- ^(.*/)?(\.git|\.idea|\.vagrant|data|docs|env|log|provisioning|site|tests|tmp|utils)/.*
6262
- ^(.*/)?(core|modules/.*)/(database/(pgsql|sqlite)|tests)/.*

0 commit comments

Comments
 (0)