Skip to content

Commit cbe6d99

Browse files
committed
pnpm
1 parent 2032494 commit cbe6d99

File tree

5 files changed

+11876
-32807
lines changed

5 files changed

+11876
-32807
lines changed

.gitignore

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
dist
2+
dist-ssr
3+
node_modules
4+
15
# Editor directories and files
26
.idea
37
.project
@@ -28,15 +32,20 @@ Thumbs.db
2832
logs
2933
*.log
3034
npm-debug.log*
35+
pnpm-debug.log*
3136
yarn-debug.log*
3237
yarn-error.log*
3338
lerna-debug.log*
3439

35-
.cache
36-
dist
37-
node_modules
38-
public
40+
# Tests
41+
/coverage
42+
/.nyc_output
43+
3944
*.rar
4045
*.zip
4146
*.7z
4247
*.local
48+
.husky/_
49+
50+
.cache
51+
public

.prettierignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.cache
21
dist
2+
dist-ssr
33
node_modules
4-
public
4+
pnpm-lock.yaml
5+
.cache

0 commit comments

Comments
 (0)