Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore & .npmignore file #100

Merged
merged 1 commit into from
Jun 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
.DS_Store
node_modules/
docTemplates/
.cache/

## Sass files built on demand from Token files
demo/sass/_*.scss
## Demo support files
demo/*.css
demo/*.css.map

## CSS built from Sass process
demo/css
src/*.css
src/*.css.map
demo/css

## *-css built from sass-render process
*-css.js

## dist files
dist/
build/

## Karma code coverage reports
## Code coverage reports
coverage/
32 changes: 23 additions & 9 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
# standard ignore
*config*
*conf*
LICENSE
NOTICE

.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/
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 styles
# ignore src
src/**/*.scss
src/**/*.css