Skip to content

Commit

Permalink
fix(npm): update ignore to include src dir #174
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Feb 7, 2024
1 parent 05cc7a1 commit bdd5995
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# standard ignore
*config*
*conf*
LICENSE
NOTICE

.github/
.gitignore
Expand All @@ -11,13 +13,18 @@ coverage/
docs/
scripts/
test/
apiExamples/
docTemplates/
demo/**/*.css
demo/**/*.scss
demo/**/*.html

dist/es5.js
dist/auro-*.js
!dist/auro-*__bundled.js
dist/style-css.js

index.html

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

0 comments on commit bdd5995

Please sign in to comment.