mirror of https://github.com/dap-ps/discover.git
Update .gitignore and remove unused deploy scripts (#29)
* No need for long paths * Full paths needed * Make sure to ignore full-build
This commit is contained in:
parent
ccf57bee09
commit
6dd2282a2c
|
@ -1,14 +1,12 @@
|
|||
.embark
|
||||
chains.json
|
||||
config/development/mnemonic
|
||||
config/livenet/password
|
||||
config/production/password
|
||||
config/livenet/
|
||||
coverage
|
||||
node_modules
|
||||
package-lock.json
|
||||
dist
|
||||
full-build
|
||||
full-build.zip
|
||||
flattenedContracts
|
||||
src/embarkArtifacts
|
||||
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
"build": "./node_modules/.bin/react-scripts build",
|
||||
"test": "./node_modules/.bin/react-scripts test",
|
||||
"eject": "./node_modules/.bin/react-scripts eject",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build",
|
||||
"slither": "./node_modules/.bin/slither . --exclude naming-convention --filter-paths token"
|
||||
},
|
||||
"husky": {
|
||||
|
|
Loading…
Reference in New Issue