Add .gitignore to exclude node_modules, environment files, and JSON data
This commit is contained in:
commit
83f96bcc31
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
node_modules
|
||||
.env
|
||||
src/referral.json
|
||||
src/db.json
|
Loading…
Reference in a new issue