Skip to content

Commit

Permalink
Update .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danny007in committed Dec 24, 2024
1 parent ded11bc commit 76f585a
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 76f585a

Please sign in to comment.