From 1159137c0133c54e9d5c2b13fcd600eeb7169288 Mon Sep 17 00:00:00 2001 From: Oscar Sanchez S Date: Thu, 16 Mar 2023 13:55:41 -0300 Subject: [PATCH] Add distignore file --- .distignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .distignore diff --git a/.distignore b/.distignore new file mode 100644 index 00000000..766335e0 --- /dev/null +++ b/.distignore @@ -0,0 +1,25 @@ +# A set of files you probably don't want in your WordPress.org distribution +/.wordpress-org +/.git +/.github +.distignore +.gitattributes +.git +.gitignore +.DS_Store +tests +composer.json +composer.lock +Gruntfile.js +package.json +package-lock.json +README.md +CONTRIBUTING.md +node_modules +.eslintrc.js +.wp-env.json +deploy.sh +developers.md +LICENSE.md +phpcs.xml +.DS_Store \ No newline at end of file