Skip to content

Commit

Permalink
Add docs.json to gitignore (#837) [skip ci]
Browse files Browse the repository at this point in the history
See also #524

npm will use `.gitignore` if you don't provide an `.npmignore`, so I added it to .gitignore since it's a build artifact AFAICT.

```
npm notice
npm notice 📦  date-fns@1.29.0
npm notice === Tarball Contents ===
npm notice 3.6kB   package.json
npm notice 26.6kB  CHANGELOG.md
npm notice 291.3kB docs.json
...
```
  • Loading branch information
hawkrives authored and kossnocorp committed Sep 28, 2018
1 parent aaf2384 commit aa1a017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,5 +3,6 @@ npm-debug.log*
tmp
dist
.envrc
docs.json
.idea
.vscode

0 comments on commit aa1a017

Please sign in to comment.