Skip to content

Commit fb207ac

Browse files
committed
chore: ignore package-lock.json
1 parent aebe775 commit fb207ac

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

client/.gitignore

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
# ReactJS
3+
package-lock.json
4+
node_modules
5+
dist
6+
dist-ssr
7+
*.local
8+
9+
110
# Logs
211
logs
312
*.log
@@ -7,11 +16,6 @@ yarn-error.log*
716
pnpm-debug.log*
817
lerna-debug.log*
918

10-
node_modules
11-
dist
12-
dist-ssr
13-
*.local
14-
1519
# Editor directories and files
1620
.vscode/*
1721
!.vscode/extensions.json

0 commit comments

Comments
 (0)