Skip to content

Commit 87839ca

Browse files
committed
Improved gitignore
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 5858f7f commit 87839ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.env
33

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

77
# npm
88
package-lock.json
@@ -22,8 +22,8 @@ yarn.lock
2222
yarn-error.log
2323

2424
# Generated or temporary content
25-
dist/
26-
temp/
25+
dist
26+
temp
2727

2828
# IDEs
2929
/.vscode/

0 commit comments

Comments
 (0)