99c26db777
* init migration * WIP position calculations * view retrieval sorting * WIP specific position resolution * position calc * new positioning draft * workz? * improved error * even better logging * moar * troubleshooting * works?? * delete junk * fixed rebalancing * some tests * lint fix * test fix * more fixes and tests * more tests and fixes * fix testsss * more tests * moaar * fix group drop * errorToString updates
91 lines
1.3 KiB
Plaintext
91 lines
1.3 KiB
Plaintext
*node_modules
|
|
packages/server/.env
|
|
packages/server/dist
|
|
packages/viewer/dist
|
|
packages/objectloader/dist
|
|
packages/*/dist
|
|
packages/*/dist-esm
|
|
packages/*/dist-cjs
|
|
*.env
|
|
*.env.test
|
|
*.envrc
|
|
*.crt
|
|
.nyc_output
|
|
coverage/
|
|
.idea
|
|
|
|
**/.DS_Store
|
|
.nvmrc
|
|
.npmrc
|
|
|
|
packages/viewer/example/*.js
|
|
packages/viewer/example/*.js.map
|
|
.tool-versions
|
|
|
|
packages/server/reports*
|
|
|
|
**/venv/**
|
|
**/.venv/**
|
|
*.pyc
|
|
**/start/
|
|
|
|
# Profiler output
|
|
events.json
|
|
*.cpuprofile
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
*yarn-error.log
|
|
|
|
# VSCode log files
|
|
packages/server/.vscode/*.log
|
|
|
|
# ST workspace files
|
|
./speckle.sublime-project
|
|
./speckle.sublime-workspace
|
|
|
|
# GitGuardian
|
|
.cache_ggshield
|
|
|
|
storybook-static
|
|
build-storybook.log
|
|
ensure-tailwind-deps.mjs.lock
|
|
vite.config.ts.timestamp-*.mjs
|
|
introspected-schema.graphql
|
|
|
|
# Deployment
|
|
kubeconfig
|
|
minio-data/
|
|
postgres-data/
|
|
redis-data/
|
|
|
|
packages/fileimport-service/src/ifc-dotnet/output
|
|
|
|
.tshy-build
|
|
obj/
|
|
bin/
|
|
!packages/fileimport-service/src/obj
|
|
!packages/fileimport-service/bin
|
|
!packages/monitor-deployment/bin
|
|
!packages/preview-service/bin
|
|
!packages/server/bin
|
|
!packages/server/modules/cli/bin
|
|
!packages/viewer/src/modules/loaders/OBJ
|
|
|
|
# Server
|
|
multiregion.json
|
|
multiregion.test.json
|
|
packages/*/.tshy/
|
|
.vite-node
|
|
|
|
.nuxt
|
|
.output |