Skip to content

Commit

Permalink
perf(ignore): update configs #385
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   template/.npmignore.temp
modified:   template/.gitignore.temp
  • Loading branch information
blackfalcon committed May 5, 2023
1 parent 7201fcf commit f678256
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/.gitignore.temp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
node_modules/
docTemplates/
.cache/

## Demo support files
Expand All @@ -17,5 +18,5 @@ src/*.css.map
dist/
build/

## Karma code coverage reports
## Code coverage reports
coverage/
6 changes: 6 additions & 0 deletions template/.npmignore.temp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# standard ignore
*config*
*conf*
LICENSE
NOTICE

.github/
.gitignore
Expand All @@ -12,11 +14,15 @@ 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

Expand Down

0 comments on commit f678256

Please sign in to comment.