From 23f97f8ad8f0157694ccdd4f6ff9e5c3eed8926f Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Mon, 2 Dec 2024 14:18:04 +0200 Subject: [PATCH] * added .distignore * removed composer.json and package.json from ignores in .gitattributes; --- .distignore | 28 ++++++++++++++++++++++++++++ .gitattributes | 2 -- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 .distignore diff --git a/.distignore b/.distignore new file mode 100644 index 00000000..213969a6 --- /dev/null +++ b/.distignore @@ -0,0 +1,28 @@ +# Directories +/.wordpress-org +/.github +/assets/sass +/assets/libs/fontawesome/scss +/blocks-src +/docs +/node_modules +/tests + +# Files +/.bowerrc +/.editorconfig +/.gitattributes +/.gitignore +/.jshintrc +/.travis.yml +/bower.json +/composer.json +/gulpfile.js +/hookdoc-conf.json +/manifest.json +/package.json +/package-lock.json +/phpcs.xml +/phpdoc.dist.xml +/README.md +*.sass diff --git a/.gitattributes b/.gitattributes index 16eee259..fbf88341 100644 --- a/.gitattributes +++ b/.gitattributes @@ -39,11 +39,9 @@ /.jshintrc export-ignore /.travis.yml export-ignore /bower.json export-ignore -/composer.json export-ignore /gulpfile.js export-ignore /hookdoc-conf.json export-ignore /manifest.json export-ignore -/package.json export-ignore /package-lock.json export-ignore /phpcs.xml export-ignore /phpdoc.dist.xml export-ignore