Skip to content

Commit 021f1db

Browse files
author
Dat Nguyen
committed
remove env and ignore node_module
1 parent 449c38f commit 021f1db

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Search/.env

-1
This file was deleted.

Search/.gitignore

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
4+
node_modules/
55
/.pnp
66
.pnp.js
77

@@ -21,3 +21,12 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
25+
# Ignore the node_modules folder
26+
node_modules/
27+
28+
# Ignore the .env file
29+
.env
30+
31+
# Ignore the build folder
32+
build/

0 commit comments

Comments
 (0)