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:
Andy Tudhope 2019-08-07 15:59:24 +02:00 committed by GitHub
parent ccf57bee09
commit 6dd2282a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -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": {