|
| 1 | +#============================================================================= |
| 2 | +# MIDAS Server |
| 3 | +# Copyright (c) Kitware SAS. 26 rue Louis Guérin. 69100 Villeurbanne, FRANCE |
| 4 | +# All rights reserved. |
| 5 | +# More information http://www.kitware.com |
| 6 | +# |
| 7 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | +# you may not use this file except in compliance with the License. |
| 9 | +# You may obtain a copy of the License at |
| 10 | +# |
| 11 | +# http://www.apache.org/licenses/LICENSE-2.0.txt |
| 12 | +# |
| 13 | +# Unless required by applicable law or agreed to in writing, software |
| 14 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | +# See the License for the specific language governing permissions and |
| 17 | +# limitations under the License. |
| 18 | +#============================================================================= |
| 19 | + |
| 20 | +--- |
1 | 21 | application: your-appengine-project-id
|
2 | 22 | version: 1
|
3 | 23 | runtime: php
|
@@ -27,7 +47,7 @@ env_variables:
|
27 | 47 |
|
28 | 48 | skip_files:
|
29 | 49 | - ^(.*/)?.*/(\.DS_Store|\.htaccess|\.gitignore|CMakeLists\.txt|.*\.java)$
|
30 |
| -- ^(.*/)?(\.project|\.travis.yml|\.zfproject\.xml|composer\.json|COPYRIGHT|CTestConfig\.cmake|LICENSE|README\.md|Vagrantfile)$ |
| 50 | +- ^(.*/)?(\.coveralls.yml|\.project|\.travis.yml|\.zfproject\.xml|composer\.json|COPYRIGHT|CTestConfig\.cmake|LICENSE|README\.md|Vagrantfile)$ |
31 | 51 | - ^(.*/)?core/configs/.*\.local\.ini$
|
32 | 52 | - ^(.*/)?(\.git|\.idea|\.vagrant|data|log|nbproject|provisioning|tests|tmp|utils)/.*
|
33 | 53 | - ^(.*/)?(core|modules/.*)/(database/pgsql|tests)/.*
|
|
0 commit comments