-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[templates] Add yarn-error.log to .npmignore (expo#6024)
It turns out expo-template-blank and expo-template-blank-typescript got published to the npm registry with yarn-error.log included. This can be confusing, when trying to debug issues, since it looks like Yarn produced an error log, when in fact it was just extracted from the template by `expo init`. Adding yarn-error.log to .npmignore should prevent the file from being included in future releases.
- Loading branch information
1 parent
0e32331
commit 33cff56
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
*.jks | ||
*.key | ||
*.mobileprovision | ||
*.p12 | ||
*.p8 | ||
.expo | ||
.npmignore | ||
.vscode | ||
package-lock.json | ||
yarn.lock | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
*.jks | ||
*.key | ||
*.mobileprovision | ||
*.p12 | ||
*.p8 | ||
.expo | ||
.npmignore | ||
.vscode | ||
package-lock.json | ||
yarn.lock | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
.vscode | ||
package-lock.json | ||
yarn.lock | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
.vscode | ||
package-lock.json | ||
yarn.lock | ||
yarn-error.log |