Skip to content

Commit ae1be49

Browse files
root gitignore
1 parent 36df1e0 commit ae1be49

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.gitignore

+1-11
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ workspace.code-workspace
1616
# Logs
1717
logs
1818
*.log
19-
npm-debug.log*
20-
yarn-debug.log*
21-
yarn-error.log*
22-
lerna-debug.log*
2319

2420
# Diagnostic reports (https://nodejs.org/api/report.html)
2521
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -58,21 +54,15 @@ jspm_packages/
5854
# TypeScript v1 declaration files
5955
typings/
6056

61-
# Optional npm cache directory
62-
.npm
63-
6457
# Optional eslint cache
6558
.eslintcache
6659

6760
# Optional REPL history
6861
.node_repl_history
6962

70-
# Output of 'npm pack'
63+
# Output of 'pnpm pack'
7164
*.tgz
7265

73-
# Yarn Integrity file
74-
.yarn-integrity
75-
7666
# parcel-bundler cache (https://parceljs.org/)
7767
.cache
7868

0 commit comments

Comments
 (0)