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

Commit

Permalink
Add more files to skip in app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Apr 15, 2015
1 parent 63b6226 commit 3c3fc34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ env_variables:

skip_files:
- ^(.*/)?.*/(\.DS_Store|\.htaccess|\.gitignore|CMakeLists\.txt|.*\.java)$
- ^(.*/)?(\.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)$
- ^(.*/)?.*/\.sass-cache/.*
- ^(.*/)?(\.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)$
- ^(.*/)?core/configs/.*\.local\.ini$
- ^(.*/)?(\.git|\.idea|\.vagrant|data|docs|log|provisioning|site|tests|tmp|utils)/.*
- ^(.*/)?(\.git|\.idea|\.vagrant|data|docs|env|log|provisioning|site|tests|tmp|utils)/.*
- ^(.*/)?(core|modules/.*)/(database/(pgsql|sqlite)|tests)/.*
- ^(.*/)?modules/(archive|batchmake|dicom.*|example|javauploaddownload|metadataextractor|pvw|remoteprocessing|solr|statistics|visualize)/.*

0 comments on commit 3c3fc34

Please sign in to comment.