mirror of https://github.com/ColorlibHQ/AdminLTE
Update .npmignore
parent
ded11bc6b4
commit
76f585a68d
24
.npmignore
24
.npmignore
|
@ -1,25 +1,37 @@
|
||||||
|
# Ignore IDE and editor configuration files
|
||||||
/.astro/
|
/.astro/
|
||||||
|
/.vscode/
|
||||||
|
/idea/
|
||||||
|
/.temp/
|
||||||
|
/.cache/
|
||||||
|
|
||||||
|
# Ignore documentation files
|
||||||
/docs/
|
/docs/
|
||||||
/docs_html/
|
/docs_html/
|
||||||
|
|
||||||
|
# Ignore plugin files except for specific ones
|
||||||
/plugins/*
|
/plugins/*
|
||||||
!/plugins/flot-old/
|
!/plugins/flot-old/
|
||||||
|
|
||||||
|
# Ignore Git and GitHub configuration files
|
||||||
/.github/
|
/.github/
|
||||||
/.temp/
|
|
||||||
/.lgtm.yml
|
/.lgtm.yml
|
||||||
/.cache/
|
/.gitignore
|
||||||
/.idea/
|
/.gitattributes
|
||||||
|
/.gitpod.yml
|
||||||
|
|
||||||
|
# Ignore configuration files for various tools
|
||||||
/.browserlistrc
|
/.browserlistrc
|
||||||
/.bundlewatch.config.json
|
/.bundlewatch.config.json
|
||||||
/.editorconfig
|
/.editorconfig
|
||||||
/.eslintignore
|
/.eslintignore
|
||||||
/.eslintrc.json
|
/.eslintrc.json
|
||||||
/.gitattributes
|
|
||||||
/.gitignore
|
|
||||||
/.gitpod.yml
|
|
||||||
/.stylelintignore
|
/.stylelintignore
|
||||||
/.stylelintrc.json
|
/.stylelintrc.json
|
||||||
/composer.json
|
/composer.json
|
||||||
/tsconfig.json
|
/tsconfig.json
|
||||||
|
|
||||||
|
# Ignore specific source directories
|
||||||
/src/assets/
|
/src/assets/
|
||||||
/src/config/
|
/src/config/
|
||||||
/src/html/
|
/src/html/
|
||||||
|
|
Loading…
Reference in New Issue