more configs
This commit is contained in:
15
client/.gitignore
vendored
15
client/.gitignore
vendored
@@ -1,4 +1,17 @@
|
||||
# dependencies
|
||||
/node_modules
|
||||
.env
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.eslintcache
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"homepage": "",
|
||||
"name": "client",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user