Skip to content

Commit

Permalink
fix(package): update .npmignore to latest standard to include src dir…
Browse files Browse the repository at this point in the history
…ectory
  • Loading branch information
Izook committed Apr 17, 2023
1 parent a4604fd commit 1fc2df3
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# standard ignore
*config*
*conf*

apiExamples/
demo/partials/
.github/
.gitignore
.eslintrc
.stylelintrc
karma.conf.js
rollup.config.js
babel.config.js
.github/
index.html

coverage/
docs/
scripts/
test/
demo/css
demo/sass
coverage/
demo/**/*.css
demo/**/*.scss
demo/**/*.html
demo/**/*.md

index.html

# ignore src
src/**/*
src/**/*.scss
src/**/*.css

0 comments on commit 1fc2df3

Please sign in to comment.