We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36df1e0 commit ae1be49Copy full SHA for ae1be49
.gitignore
@@ -16,10 +16,6 @@ workspace.code-workspace
16
# Logs
17
logs
18
*.log
19
-npm-debug.log*
20
-yarn-debug.log*
21
-yarn-error.log*
22
-lerna-debug.log*
23
24
# Diagnostic reports (https://nodejs.org/api/report.html)
25
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -58,21 +54,15 @@ jspm_packages/
58
54
# TypeScript v1 declaration files
59
55
typings/
60
56
61
-# Optional npm cache directory
62
-.npm
63
-
64
57
# Optional eslint cache
65
.eslintcache
66
67
# Optional REPL history
68
.node_repl_history
69
70
-# Output of 'npm pack'
+# Output of 'pnpm pack'
71
*.tgz
72
73
-# Yarn Integrity file
74
-.yarn-integrity
75
76
# parcel-bundler cache (https://parceljs.org/)
77
.cache
78
0 commit comments