Skip to content

Commit

Permalink
docs: By default npm ignores .gitignore and .npmignore
Browse files Browse the repository at this point in the history
PR-URL: #4009
Credit: @danielcobo
Close: #4009
Reviewed-by: @wraithgar
  • Loading branch information
danielcobo authored and wraithgar committed Nov 8, 2021
1 parent 203fedf commit 2039184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/using-npm/developers.md
Expand Up @@ -119,7 +119,9 @@ need to add them to `.npmignore` explicitly:
* `._*`
* `.DS_Store`
* `.git`
* `.gitignore`
* `.hg`
* `.npmignore`
* `.npmrc`
* `.lock-wscript`
* `.svn`
Expand Down

0 comments on commit 2039184

Please sign in to comment.