1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 10:34:23 +02:00

Exclude Composer files in GitHub sync for e107 v2

This commit is contained in:
Nick Liu
2020-02-14 12:45:45 +01:00
parent 7269c80468
commit 2a69227135
3 changed files with 7 additions and 1 deletions

View File

@@ -305,6 +305,8 @@ class e_fileTest extends \Codeception\Test\Unit
'/CONTRIBUTING.md',
'/LICENSE',
'/README.md',
'/composer.json',
'/composer.lock',
'/install.php',
'/favicon.ico',
]