Skip to content

Commit

Permalink
Document default ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun authored Apr 27, 2020
1 parent 59c8f0e commit b00c440
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions json.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,17 @@ Note: symbolic links will always be ignored. However `bower.json` will never be

The ignore rules follow the same rules specified in the [gitignore pattern spec](http://git-scm.com/docs/gitignore).

Default ignores are as follows:

```
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
```

### keywords

Expand Down

0 comments on commit b00c440

Please sign in to comment.