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

Commit 3c3fc34

Browse files
author
Jamie Snape
committed
Add more files to skip in app.yaml
1 parent 63b6226 commit 3c3fc34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ env_variables:
4747

4848
skip_files:
4949
- ^(.*/)?.*/(\.DS_Store|\.htaccess|\.gitignore|CMakeLists\.txt|.*\.java)$
50-
- ^(.*/)?(\.coveralls\.yml|\.travis\.yml|AUTHORS|bower\.json|composer\.json|composer\.lock|COPYRIGHT|CTestConfig\.cmake|cron-sample\.yaml|LICENSE|mkdocs\.yml|README\.md|requirements\.txt|Vagrantfile)$
50+
- ^(.*/)?.*/\.sass-cache/.*
51+
- ^(.*/)?(\.coveralls\.yml|\.editorconfig|\.travis\.yml|AUTHORS|bower\.json|composer\.json|composer\.lock|composer\.phar|COPYRIGHT|CTestConfig\.cmake|cron-sample\.yaml|LICENSE|mkdocs\.yml|phpunit\.xml\.dist|README\.md|requirements\.txt|Vagrantfile)$
5152
- ^(.*/)?core/configs/.*\.local\.ini$
52-
- ^(.*/)?(\.git|\.idea|\.vagrant|data|docs|log|provisioning|site|tests|tmp|utils)/.*
53+
- ^(.*/)?(\.git|\.idea|\.vagrant|data|docs|env|log|provisioning|site|tests|tmp|utils)/.*
5354
- ^(.*/)?(core|modules/.*)/(database/(pgsql|sqlite)|tests)/.*
5455
- ^(.*/)?modules/(archive|batchmake|dicom.*|example|javauploaddownload|metadataextractor|pvw|remoteprocessing|solr|statistics|visualize)/.*

0 commit comments

Comments
 (0)