Skip to content

Commit d14bd46

Browse files
BlackHole1dependabot[bot]
authored andcommitted
fix: not allow install multiple package manager (pnpm#161)
1 parent d648c2d commit d14bd46

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

.gitignore

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
node_modules
2-
*.log
3-
/dist/*
4-
!/dist/index.js
5-
!/dist/pnpm.cjs
6-
!/dist/worker.js
7-
tmp
8-
temp
9-
*.tmp
10-
*.temp
11-
tmp.*
12-
temp.*
13-
.pnpm-store
1+
/nbproject/
2+
/.idea/*
3+
*.tmlanguage.cache
4+
*.tmPreferences.cache
5+
*.stTheme.cache
6+
*.sublime-workspace
7+
*.sublime-project
8+
node_modules/
9+
bin/
10+
obj/
11+
.vs/

0 commit comments

Comments
 (0)