Skip to content

Commit 09360d9

Browse files
committed
Ignore .pnpm-store
1 parent 9d0b37f commit 09360d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ build/Release
3737
# Dependency directories
3838
node_modules/
3939
jspm_packages/
40+
.pnpm-store/
4041

4142
# TypeScript v1 declaration files
4243
typings/
@@ -120,4 +121,3 @@ tests/pug-tests/text.pug
120121
# benchmarking
121122
benchmark/
122123
processed-*.txt
123-

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.github/ISSUE_TEMPLATE/
22
.yarn/
3+
.pnpm-store/
34
.pnp.cjs
45
pnpm-lock.yaml
56
benchmark/

0 commit comments

Comments
 (0)