From 7bcbebc5d34ab2a6c6d28251f020ef8713e5ee78 Mon Sep 17 00:00:00 2001 From: raftaar1191 Date: Wed, 14 Feb 2024 16:44:04 +0530 Subject: [PATCH] Remove unwanted file from distignore --- .distignore | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 78 insertions(+), 2 deletions(-) diff --git a/.distignore b/.distignore index be7f86a..dc379ac 100644 --- a/.distignore +++ b/.distignore @@ -1,9 +1,7 @@ /.wordpress-org /.git /.github -/node_modules /src - .distignore .gitignore package.json @@ -13,3 +11,81 @@ webpack-config.js .travis.yml /assets/dist/css/frontend-style.\*.css + +# Editors + +project.xml +project.properties +/nbproject/private/ +.buildpath +.project +.settings* +.idea +.vscode +*.sublime-project +\*.sublime-workspace +.sublimelinterrc + +# Grunt + +/node_modules/ +none + +# Sass + +.sass-cache/ + +# Compiled CSS + +/assets/css/\*.css + +# Minified JS + +/assets/js/admin/_.min.js +/assets/js/frontend/_.min.js + +# OS X metadata + +.DS_Store + +# Windows junk + +Thumbs.db + +# Behat/CLI Tests + +tests/cli/installer +tests/cli/composer.phar +tests/cli/composer.lock +tests/cli/composer.json +tests/cli/vendor + +# Unit tests + +/tmp +/tests/bin/tmp +/tests/e2e-tests/config/local-\*.json +/tests/e2e-tests/config/local.json + +# Logs + +/logs + +# Composer + +contributors.md + +# Packages + +/packages/\* +!/packages/README.md + +# Screenshots for e2e tests failures + +/screenshots/ + +# Language files + +i18n/languages/woocommerce.pot + +/assets/dist/css/frontend-style.\*.css