-
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.
- Loading branch information
0 parents
commit f2195da
Showing
2,913 changed files
with
364,329 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,2 @@ | ||
package.json text eol=lf | ||
package-lock.json text eol=lf |
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,25 @@ | ||
# dependencies | ||
node_modules | ||
|
||
# build output | ||
.nyc_output | ||
/core/**/lib | ||
/ui/**/lib | ||
/presentation/**/lib | ||
/example-code/**/lib | ||
/tools/config-loader/lib | ||
/test-apps/**/lib | ||
/core/geometry/src/test/output | ||
/core/backend/src/test/output | ||
/generated-docs | ||
/out | ||
**/DevBuild.txt | ||
|
||
# rush-specific | ||
/common/temp | ||
package-deps.json | ||
*.build.log | ||
*.build.error.log | ||
|
||
# docs | ||
/public |
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,177 @@ | ||
// cSpell Settings | ||
{ | ||
// Version of the setting file. Always 0.1 | ||
"version": "0.1", | ||
// language - current active spelling language | ||
"language": "en", | ||
// words - list of words to be always considered correct | ||
"words": [ | ||
"abortable", | ||
"Accu", | ||
"accudraw", | ||
"addon", | ||
"addon's", | ||
"appicon", | ||
"aux", | ||
"backend", | ||
"Backends", | ||
"backplane", | ||
"bbox", | ||
"BENTLEYCONFIG", | ||
"bentleyjs", | ||
"brep", | ||
"bspline", | ||
"candela", | ||
"changelog", | ||
"changelogs", | ||
"changeset", | ||
"changesets", | ||
"changesummary", | ||
"Cloneable", | ||
"codespec", | ||
"coord", | ||
"crosshair", | ||
"customizations", | ||
"datapoint", | ||
"dataset", | ||
"datasets", | ||
"deserialization", | ||
"deserialize", | ||
"deserialized", | ||
"deserializes", | ||
"displaystyle", | ||
"ecclass", | ||
"ecinstanceid", | ||
"ecproperties", | ||
"ecproperty", | ||
"ecsql", | ||
"Elems", | ||
"endverbatim", | ||
"enqueues", | ||
"exton", | ||
"forgeable", | ||
"fract", | ||
"framebuffers", | ||
"Frenet", | ||
"frontend", | ||
"frontends", | ||
"frontplane", | ||
"frust", | ||
"fstop", | ||
"geometry", | ||
"granularities", | ||
"groundplane", | ||
"guid", | ||
"hexa", | ||
"hilite", | ||
"hilited", | ||
"Hilites", | ||
"hline", | ||
"Horz", | ||
"hvac", | ||
"imodel", | ||
"imodeljs", | ||
"imodels", | ||
"interoperate", | ||
"Intersectable", | ||
"intsct", | ||
"inversed", | ||
"is", | ||
"keyin", | ||
"Keypoint", | ||
"Kubernetes", | ||
"languagedetector", | ||
"lifecycle", | ||
"linestring", | ||
"Linestyle", | ||
"lstyle", | ||
"memoization", | ||
"memoized", | ||
"memoizes", | ||
"Millis", | ||
"mixins", | ||
"mline", | ||
"modelid", | ||
"modularized", | ||
"monorepo", | ||
"NEEDSWORK", | ||
"ninezone", | ||
"nodeaddonapi", | ||
"nullptr", | ||
"numeronyms", | ||
"Nums", | ||
"Obscurable", | ||
"overriden", | ||
"parallelized", | ||
"parameterize", | ||
"PARASOLID", | ||
"parentship", | ||
"performant", | ||
"Perp", | ||
"Pickable", | ||
"Polyface", | ||
"Polyfaces", | ||
"Polylines", | ||
"postupdate", | ||
"prerelease", | ||
"pseudolocalize", | ||
"readonly", | ||
"recurse", | ||
"redoable", | ||
"remotable", | ||
"remoting", | ||
"renderable", | ||
"Renormalize", | ||
"ruleset", | ||
"rulesets", | ||
"selectable", | ||
"skybox", | ||
"snappable", | ||
"struct", | ||
"structs", | ||
"subclassable", | ||
"subclassing", | ||
"subgraphic", | ||
"subtractive", | ||
"superclass", | ||
"superclasses", | ||
"superset", | ||
"symb", | ||
"symbology", | ||
"system", | ||
"testbed", | ||
"tileset", | ||
"Topo", | ||
"Transp", | ||
"transpiler", | ||
"Txns", | ||
"unchecking", | ||
"unclipped", | ||
"underbar", | ||
"undoable", | ||
"Unexpanded", | ||
"unhilite", | ||
"unhilited", | ||
"unhilites", | ||
"unitless", | ||
"unmount", | ||
"unmounts", | ||
"unsuspended", | ||
"UORs", | ||
"viewflags", | ||
"viewlet", | ||
"Viewport's", | ||
"viewports", | ||
"viewstate", | ||
"Wireframe", | ||
"XYZW", | ||
"XYZXYZ", | ||
"zbuffer" | ||
], | ||
// flagWords - list of words to be always considered incorrect | ||
// This is useful for offensive words and common spelling errors. | ||
// For example "hte" should be "the" | ||
"flagWords": [ | ||
"hte" | ||
] | ||
} |
Oops, something went wrong.