Skip to content

Commit

Permalink
chore: add ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 25, 2016
1 parent 3feff87 commit 397a846
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ Temporary Items
.apdisk

# Created by .ignore support plugin (hsz.mobi)
/.textlintcache
/.eslintcache
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@
"prepublish": "gitbook install",
"start": "gitbook serve",
"build": "gitbook build",
"eslint": "eslint source/",
"eslint:fix": "eslint --fix source/",
"textlint": "summary-to-path ./source/README.md | xargs textlint -f pretty-error",
"textlint:cached": "summary-to-path ./source/README.md | file-cache-cli | xargs textlint -f pretty-error",
"eslint": "eslint source/ --cache",
"eslint:fix": "eslint --fix source/ --cache",
"textlint": "summary-to-path ./source/README.md | xargs textlint -f pretty-error --cache",
"textlint:no-cached": "summary-to-path ./source/README.md | xargs textlint -f pretty-error",
"textlint:fix": "summary-to-path ./source/README.md | xargs textlint --fix --cache",
"lint": "npm-run-all --parallel textlint eslint",
"lint:fix": "npm-run-all --parallel textlint:fix eslint:fix",
"test:example": "mocha test/",
"test:basic": "mocha './source/basic/**/*-test.js'",
"test:ajaxapp": "mocha './source/use-case/ajaxapp/!(node_modules)**/*-test.js'",
"test": "npm-run-all -l clean --parallel test:* lint",
"clean": "file-cache-cli-clean",
"travis": "npm-run-all -l --parallel test build"
},
"keywords": [
Expand All @@ -37,7 +36,6 @@
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.7.2",
"eslint": "^3.0.0",
"file-cache-cli": "^1.0.1",
"front-matter": "^2.1.0",
"gitbook-cli": "^2.1.2",
"gitbook-plugin-canonical-link": "^2.0.2",
Expand Down

0 comments on commit 397a846

Please sign in to comment.