Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
docs: update included/excluded files
Browse files Browse the repository at this point in the history
This updates #9002

PR-URL: #11348
Credit: @jscissr
  • Loading branch information
jscissr authored and iarna committed Feb 4, 2016
1 parent 7ef6793 commit c67521d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/files/package.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,12 @@ works just like a `.gitignore`.
Certain files are always included, regardless of settings:

* `package.json`
* `README` (and its variants)
* `CHANGELOG` (and its variants)
* `README`
* `CHANGES` / `CHANGELOG` / `HISTORY`
* `LICENSE` / `LICENCE`
* The file in the "main" field

`README`, `CHANGES` & `LICENSE` can have any case and extension.

Conversely, some files are always ignored:

Expand All @@ -198,10 +201,11 @@ Conversely, some files are always ignored:
* `.hg`
* `.lock-wscript`
* `.wafpickle-N`
* `*.swp`
* `.*.swp`
* `.DS_Store`
* `._*`
* `npm-debug.log`
* `.npmrc`

## main

Expand Down

0 comments on commit c67521d

Please sign in to comment.