forked from iTwin/itwinjs-core
-
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.
update npmignore to not deliver pseudolocalized files (iTwin#1777)
* update npmignore to not deliver psuedolocalized files Co-authored-by: Arun George <[email protected]>
- Loading branch information
1 parent
9937b70
commit 32eadaf
Showing
14 changed files
with
85 additions
and
1 deletion.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
common/changes/@bentley/imodeljs-frontend/drop-psuedo-files_2021-07-02-14-19.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/imodeljs-frontend", | ||
"comment": "Stop delivering pseudo-localized strings", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/imodeljs-frontend", | ||
"email": "[email protected]" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@bentley/imodeljs-markup/drop-psuedo-files_2021-07-02-14-19.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/imodeljs-markup", | ||
"comment": "Stop delivering pseudo-localized strings", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/imodeljs-markup", | ||
"email": "[email protected]" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@bentley/presentation-common/drop-psuedo-files_2021-07-02-14-19.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/presentation-common", | ||
"comment": "Stop delivering pseudo-localized strings", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/presentation-common", | ||
"email": "[email protected]" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@bentley/ui-abstract/drop-psuedo-files_2021-07-02-14-19.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/ui-abstract", | ||
"comment": "Stop delivering pseudo-localized strings", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/ui-abstract", | ||
"email": "[email protected]" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@bentley/ui-components/drop-psuedo-files_2021-07-02-14-19.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/ui-components", | ||
"comment": "Stop delivering pseudo-localized strings", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/ui-components", | ||
"email": "[email protected]" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@bentley/ui-core/drop-psuedo-files_2021-07-02-14-19.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/ui-core", | ||
"comment": "Stop delivering pseudo-localized strings", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/ui-core", | ||
"email": "[email protected]" | ||
} |
11 changes: 11 additions & 0 deletions
11
common/changes/@bentley/ui-framework/drop-psuedo-files_2021-07-02-14-19.json
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 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/ui-framework", | ||
"comment": "Stop delivering pseudo-localized strings", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/ui-framework", | ||
"email": "[email protected]" | ||
} |
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 |
---|---|---|
|
@@ -5,5 +5,6 @@ | |
!lib/**/*.js | ||
!lib/**/*.js.map | ||
!lib/public/** | ||
lib/public/locales/en-PSEUDO | ||
test | ||
!*.md |
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 |
---|---|---|
|
@@ -5,5 +5,6 @@ | |
!lib/**/*.js | ||
!lib/**/*.js.map | ||
!lib/public/** | ||
lib/public/locales/en-PSEUDO | ||
test | ||
!*.md |
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ | |
!*.md | ||
# then ignore some stuff again | ||
lib/test | ||
lib/public/locales/en-PSEUDO |
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 |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
!lib/**/*.js.map | ||
!lib/**/*.*css | ||
!lib/public/**/* | ||
lib/public/locales/en-PSEUDO | ||
lib/test | ||
!*.md | ||
!*.md |
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 |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
!lib/**/*.js.map | ||
!lib/**/*.*css | ||
!lib/public/**/* | ||
lib/public/locales/en-PSEUDO | ||
lib/test | ||
!*.md |
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 |
---|---|---|
|
@@ -7,5 +7,6 @@ | |
!lib/**/*.*css | ||
!lib/**/*.svg | ||
!lib/public/**/* | ||
lib/public/locales/en-PSEUDO | ||
lib/test | ||
!*.md |
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,6 +8,7 @@ | |
!lib/**/*.json | ||
!lib/**/*.svg | ||
!lib/public/**/* | ||
lib/public/locales/en-PSEUDO | ||
lib/test | ||
!*.md | ||
!rulesets/**/* |