Skip to content

Commit

Permalink
0.156.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamkbentley committed Oct 13, 2018
0 parents commit f2195da
Show file tree
Hide file tree
Showing 2,913 changed files with 364,329 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
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
25 changes: 25 additions & 0 deletions .gitignore
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
177 changes: 177 additions & 0 deletions .vscode/cSpell.json
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"
]
}
Loading

0 comments on commit f2195da

Please sign in to comment.