Skip to content

Commit 91c3b69

Browse files
committed
chore: cleanup git/npm ignore files
1 parent 74cf73d commit 91c3b69

2 files changed

Lines changed: 2 additions & 27 deletions

File tree

.gitignore

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,25 @@
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
3420
npm-debug.log
3521
pnpm-debug.log
3622
lerna-debug.log
37-
roller-debug.log
38-
testem.log
39-
yarn-error.log
4023
tsconfig.tsbuildinfo
4124

4225
# System Files
@@ -49,16 +32,11 @@ dist-demo
4932
website
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
6240
test/cypress/screenshots/*.png
6341

6442
# Environment variables

.npmignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)