Skip to content

Commit 040a05a

Browse files
committed
Improved gitignore scope
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 618ed2f commit 040a05a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22
.env
33

44
# Node packages
5-
/node_modules/
5+
node_modules/
66

77
# Yarn
88
/yarn.lock
9-
/yarn-error.log
9+
yarn-error.log
1010

1111
# npm
12-
/.npmrc
13-
/npm-debug.log
14-
/npm-debug.log.*
12+
.npmrc
13+
npm-debug.log
14+
npm-debug.log.*
1515

1616
# pnpm
17-
/pnpm-debug.log
17+
pnpm-debug.log
1818
/shrinkwrap.yaml
1919

2020
# Generated or temporary content
21-
/dist/
22-
/dist-jsdoc/
21+
dist/
22+
dist-jsdoc/
23+
temp/
2324

2425
# IDEs
2526
/.vscode/

0 commit comments

Comments
 (0)