File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 11
11
/coverage
12
12
/.nyc_output
13
13
14
- # TSC prod output. This has to be in sync with the to directories in ./src, and with npm script clean
14
+ # TSC prod output. This has to be in sync with the to directories in ./src, and with pnpm script clean
15
15
16
16
/* .js
17
17
/* .js.map
@@ -33,10 +33,6 @@ test/internal/hardhat-network/provider/.hardhat_node_test_cache/
33
33
# Logs
34
34
logs
35
35
* .log
36
- npm-debug.log *
37
- yarn-debug.log *
38
- yarn-error.log *
39
- lerna-debug.log *
40
36
41
37
# Diagnostic reports (https://nodejs.org/api/report.html)
42
38
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -75,21 +71,15 @@ jspm_packages/
75
71
# TypeScript v1 declaration files
76
72
typings /
77
73
78
- # Optional npm cache directory
79
- .npm
80
-
81
74
# Optional eslint cache
82
75
.eslintcache
83
76
84
77
# Optional REPL history
85
78
.node_repl_history
86
79
87
- # Output of 'npm pack'
80
+ # Output of 'pnpm pack'
88
81
* .tgz
89
82
90
- # Yarn Integrity file
91
- .yarn-integrity
92
-
93
83
# parcel-bundler cache (https://parceljs.org/)
94
84
.cache
95
85
You can’t perform that action at this time.
0 commit comments