We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0b37f commit 09360d9Copy full SHA for 09360d9
.gitignore
@@ -37,6 +37,7 @@ build/Release
37
# Dependency directories
38
node_modules/
39
jspm_packages/
40
+.pnpm-store/
41
42
# TypeScript v1 declaration files
43
typings/
@@ -120,4 +121,3 @@ tests/pug-tests/text.pug
120
121
# benchmarking
122
benchmark/
123
processed-*.txt
-
.prettierignore
@@ -1,5 +1,6 @@
1
.github/ISSUE_TEMPLATE/
2
.yarn/
3
4
.pnp.cjs
5
pnpm-lock.yaml
6
0 commit comments