Skip to content

Commit 440fd86

Browse files
committed
Improved gitignore
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent caada0b commit 440fd86

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.gitignore

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,25 @@
44
# Node packages
55
node_modules/
66

7-
# Yarn
8-
/yarn.lock
9-
yarn-error.log
10-
117
# npm
12-
.npmrc
8+
package-lock.json
9+
!/package-lock.json
1310
npm-debug.log
1411
npm-debug.log.*
12+
.npmrc
1513

1614
# pnpm
15+
shrinkwrap.yaml
16+
!/shrinkwrap.yaml
1717
pnpm-debug.log
18-
/shrinkwrap.yaml
18+
19+
# Yarn
20+
yarn.lock
21+
!/yarn.lock
22+
yarn-error.log
1923

2024
# Generated or temporary content
2125
dist/
22-
dist-jsdoc/
2326
temp/
2427

2528
# IDEs

0 commit comments

Comments
 (0)