Skip to content

Commit

Permalink
sneeked in ignor local tesnet folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Voyager Bot authored and faboweb committed Jul 11, 2018
1 parent 04d09d3 commit 4187a25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ thumbs.db
!.gitkeep
.vscode/*
yarn-error.log
testArtifacts/*
testArtifacts/*
app/networks/local-testnet/*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"local": "yarn run testnet local",
"testnet": "node tasks/testnet.js",
"lint": "yarn lint:eslint && yarn lint:format",
"lint:eslint": "eslint -f ./node_modules/eslint-friendly-formatter '{,**/}*.{js,vue}' '!testArtifacts/**'",
"lint:format": "prettier --list-different '{,**/}*.{css,js,json,vue}' '!testArtifacts/**'",
"lint:eslint": "eslint -f ./node_modules/eslint-friendly-formatter '{,**/}*.{js,vue}' '!testArtifacts/**' '!app/networks/**'",
"lint:format": "prettier --list-different '{,**/}*.{css,js,json,vue}' '!testArtifacts/**' '!app/networks/**'",
"lint:fix": "prettier --write '{,**/}*.{css,js,json,vue}' '!testArtifacts/**'",
"pack": "yarn run pack:main && yarn run pack:renderer",
"pack:main": "cross-env NODE_ENV=production webpack --colors --config webpack.main.config.js",
Expand Down

0 comments on commit 4187a25

Please sign in to comment.