From 76f585a68d64401928729ed48c636fe250d6f0f0 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:06:28 +0530 Subject: [PATCH] Update .npmignore --- .npmignore | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/.npmignore b/.npmignore index 5160f710b07..03cc999404f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,26 +1,38 @@ +# Ignore IDE and editor configuration files /.astro/ +/.vscode/ +/idea/ +/.temp/ +/.cache/ + +# Ignore documentation files /docs/ /docs_html/ + +# Ignore plugin files except for specific ones /plugins/* !/plugins/flot-old/ + +# Ignore Git and GitHub configuration files /.github/ -/.temp/ /.lgtm.yml -/.cache/ -/.idea/ +/.gitignore +/.gitattributes +/.gitpod.yml + +# Ignore configuration files for various tools /.browserlistrc /.bundlewatch.config.json /.editorconfig /.eslintignore /.eslintrc.json -/.gitattributes -/.gitignore -/.gitpod.yml /.stylelintignore /.stylelintrc.json /composer.json /tsconfig.json + +# Ignore specific source directories /src/assets/ /src/config/ /src/html/ -/src/utils/ +/src/utils/ \ No newline at end of file