Initial commit
This commit is contained in:
commit
05c65aad4d
155 changed files with 93617 additions and 0 deletions
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# editor backups
|
||||
*.yml~
|
||||
*.js~
|
||||
|
||||
# config
|
||||
viewer/viewer-settings.json
|
||||
viewer-settings.json
|
||||
|
||||
# node
|
||||
node_modules/
|
||||
/.parcel-cache
|
||||
.pnpm-store/
|
||||
|
||||
# build
|
||||
/dist/
|
||||
/dfg-3dviewer-library.zip
|
||||
/dfg_3dviewer-dist.zip
|
||||
|
||||
# Playwright
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/blob-report/
|
||||
/playwright/.cache/
|
||||
/playwright/.auth/
|
||||
|
||||
/viewer/admin/admin.sqlite
|
||||
Loading…
Add table
Add a link
Reference in a new issue