Skip to content

Commit

Permalink
update npmignore to not deliver pseudolocalized files (iTwin#1777)
Browse files Browse the repository at this point in the history
* update npmignore to not deliver psuedolocalized files

Co-authored-by: Arun George <[email protected]>
  • Loading branch information
aruniverse and aruniverse authored Jul 2, 2021
1 parent 9937b70 commit 32eadaf
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 1 deletion.
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]"
}
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]"
}
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]"
}
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]"
}
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]"
}
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]"
}
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]"
}
1 change: 1 addition & 0 deletions core/frontend/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
!lib/**/*.js
!lib/**/*.js.map
!lib/public/**
lib/public/locales/en-PSEUDO
test
!*.md
1 change: 1 addition & 0 deletions core/markup/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
!lib/**/*.js
!lib/**/*.js.map
!lib/public/**
lib/public/locales/en-PSEUDO
test
!*.md
1 change: 1 addition & 0 deletions presentation/common/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
!*.md
# then ignore some stuff again
lib/test
lib/public/locales/en-PSEUDO
3 changes: 2 additions & 1 deletion ui/abstract/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
!lib/**/*.js.map
!lib/**/*.*css
!lib/public/**/*
lib/public/locales/en-PSEUDO
lib/test
!*.md
!*.md
1 change: 1 addition & 0 deletions ui/components/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
!lib/**/*.js.map
!lib/**/*.*css
!lib/public/**/*
lib/public/locales/en-PSEUDO
lib/test
!*.md
1 change: 1 addition & 0 deletions ui/core/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
!lib/**/*.*css
!lib/**/*.svg
!lib/public/**/*
lib/public/locales/en-PSEUDO
lib/test
!*.md
1 change: 1 addition & 0 deletions ui/framework/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
!lib/**/*.json
!lib/**/*.svg
!lib/public/**/*
lib/public/locales/en-PSEUDO
lib/test
!*.md
!rulesets/**/*

0 comments on commit 32eadaf

Please sign in to comment.