Minor improvements (#15)
* Use caps * Comments for ignored stuff * Description added * Use start command for launch * Cosmetic changes
This commit is contained in:
parent
0892122d6d
commit
79ad1316c3
4 changed files with 15 additions and 8 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -1,5 +1,12 @@
|
|||
node_modules
|
||||
.next
|
||||
npm-debug.log
|
||||
# build output
|
||||
dist
|
||||
build
|
||||
|
||||
# dependencies
|
||||
node_modules
|
||||
|
||||
# logs
|
||||
npm-debug.log
|
||||
|
||||
# other
|
||||
.next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue