Skip to content

Commit

Permalink
ci: update gitignore to match to template/.gitignore.temp
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Nov 15, 2024
1 parent 622ac30 commit 2f7bc0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 105 deletions.
13 changes: 8 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
.DS_Store
node_modules/
docTemplates/
.cache/

## Demo support files
demo/*.css
demo/*.css.map

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

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

## dist files
dist/
build/

## Karma code coverage reports
coverage/
## Code coverage reports
coverage/
100 changes: 0 additions & 100 deletions docTemplates/README.md

This file was deleted.

0 comments on commit 2f7bc0a

Please sign in to comment.