File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# See http://help.github.com/ignore-files/ for more about ignoring files.
22
3- # compiled output
4- /tmp
5- /out-tsc
6- /.ng_build
7- .ng_build
8-
93# dependencies
104** /node_modules
115
126# IDEs and editors
13- /.idea
14- .project
15- .classpath
16- .c9 /
177* .launch
188.settings /
19- * .sublime-workspace
209
2110# IDE - VSCode
2211.angular
2312.chrome
2413
2514# misc
2615.eslintcache
27- .jest-cache
28- jest-coverage
2916.sass-cache
3017/connect.lock
31- /coverage
3218/libpeerconnection.log
3319.pnpm-debug.log
3420npm-debug.log
3521pnpm-debug.log
3622lerna-debug.log
37- roller-debug.log
38- testem.log
39- yarn-error.log
4023tsconfig.tsbuildinfo
4124
4225# System Files
@@ -49,16 +32,11 @@ dist-demo
4932website
5033
5134# Tests Report & Coverage
52- ** /node_modules
5335** /coverage
5436** /vitest-coverage
5537** /cypress-report
5638** /dist
5739** /* .tgz
58- ** /junit.xml
59- ** /test-report.xml
60- ** /testresult.xml
61- ** /test-results.xml
6240test /cypress /screenshots /* .png
6341
6442# Environment variables
Original file line number Diff line number Diff line change @@ -17,13 +17,10 @@ tsconfig.tsbuildinfo
1717
1818# Tests, Report & Coverage
1919* .spec.ts
20- /test
2120** /docs
2221** /website
2322** /node_modules
2423** /coverage
2524** /vitest-coverage
26- ** /* .tgz
27- ** /junit.xml
28- ** /test-report.xml
29- ** /testresult.xml
25+ ** /test
26+ ** /* .tgz
You can’t perform that action at this time.
0 commit comments