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