From af609d8928559bfaf39aa7eb7fe52b51f646d29a Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 20 Mar 2021 11:51:40 +0100 Subject: [PATCH] exclude eslint/stylelint configuration from deployment --- .distignore | 2 ++ .gitattributes | 1 + 2 files changed, 3 insertions(+) diff --git a/.distignore b/.distignore index 0fa0b8d..ca1afc4 100644 --- a/.distignore +++ b/.distignore @@ -5,8 +5,10 @@ /vendor /.distignore /.drone.yml +/.eslintrc.json /.gitattributes /.gitignore +/.stylelintrc.json /.travis.yml /composer.json /composer.lock diff --git a/.gitattributes b/.gitattributes index 00dc6a1..d6029e3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ /assets export-ignore +.distignore export-ignore .drone.yml export-ignore .eslintrc.json export-ignore .gitattributes export-ignore