add node_modules to ignore

This commit is contained in:
Hri7566 2021-03-20 19:16:59 +00:00
parent 8832aa6056
commit 84c2a178be
2 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.env
node_modules

View File

@ -1,2 +1,9 @@
# mpp-server
Attempt at making a MPP Server.
Attempt at making a MPP Server.
### How to run
```
$ npm install
$ npm run start
```