diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index b6270f6ea57406eed270f4ac9a6ea7542819eee5..0000000000000000000000000000000000000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -/composer.lock binary -/package-lock.json binary diff --git a/.gitignore b/.gitignore index 423a295b4ec625d166d4066006999f50b53ee406..ee3b843e49a7197a30bad9550ddaa92074772c15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /vendor +/composer.lock /dist /node_modules /tests/Fixtures/var diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64f812466e645f09edec178857bafefd021c1233..5ea0a5dacd67e17fadea6c74854d9a648d4c3be4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,14 +2,6 @@ include: - project: pole-is/tools/ci-config ref: "1.4.0" file: /php-package-ci.yml - - project: pole-is/tools/ci-config - ref: "1.4.0" - file: /satis-ci.yml - -stages: - - vendor - - test - - deploy variables: PHP_VERSION: "7.1" diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 7afc074f67657cf086cf2cb815a1f5a4820171dd..0000000000000000000000000000000000000000 Binary files a/composer.lock and /dev/null differ