2014-10-28 00:45:54 +00:00
|
|
|
*.scssc
|
|
|
|
*.zip
|
|
|
|
*.gzip
|
|
|
|
*.tgz
|
|
|
|
*.DS_Store
|
2016-08-28 12:33:23 +00:00
|
|
|
*.swp
|
2015-08-20 07:25:27 +00:00
|
|
|
|
2016-02-19 19:18:54 +00:00
|
|
|
# Compiled CSS, unless directly added
|
2014-12-31 21:43:47 +00:00
|
|
|
*.sass-cache
|
2015-09-04 23:39:16 +00:00
|
|
|
*COMPILE.css
|
2016-02-19 19:18:54 +00:00
|
|
|
*.css
|
2016-02-23 02:57:05 +00:00
|
|
|
*.css.map
|
2014-10-28 00:45:54 +00:00
|
|
|
|
2015-08-20 07:25:27 +00:00
|
|
|
# Intellij project configuration files
|
|
|
|
*.idea
|
|
|
|
*.iml
|
|
|
|
|
2014-10-28 00:45:54 +00:00
|
|
|
# Build output
|
|
|
|
target
|
2016-01-27 21:03:08 +00:00
|
|
|
dist
|
2014-10-28 00:45:54 +00:00
|
|
|
|
|
|
|
# Mac OS X Finder
|
|
|
|
.DS_Store
|
|
|
|
|
2016-01-28 18:50:37 +00:00
|
|
|
# Node, Bower dependencies
|
2015-05-20 16:00:16 +00:00
|
|
|
node_modules
|
2016-01-28 18:50:37 +00:00
|
|
|
bower_components
|
2015-07-24 22:34:26 +00:00
|
|
|
|
2015-11-09 21:48:03 +00:00
|
|
|
# npm-debug log
|
|
|
|
npm-debug.log
|
2017-08-02 18:12:09 +00:00
|
|
|
|
2020-07-10 19:47:52 +00:00
|
|
|
# karma reports
|
|
|
|
report.*.json
|
2021-06-02 14:04:40 +00:00
|
|
|
|
2021-11-30 00:34:47 +00:00
|
|
|
# e2e test artifacts
|
|
|
|
test-results
|
2022-06-30 18:50:47 +00:00
|
|
|
html-test-results
|
2021-11-30 00:34:47 +00:00
|
|
|
|
2022-06-30 18:50:47 +00:00
|
|
|
# codecov artifacts
|
|
|
|
.nyc_output
|
|
|
|
coverage
|
2021-10-29 16:52:47 +00:00
|
|
|
codecov
|
2022-06-30 18:50:47 +00:00
|
|
|
|
|
|
|
# :(
|
|
|
|
package-lock.json
|