initial commit

Change-Id: Ifa2442bb2e786af351ef5f575ca69828870c8b6e
This commit is contained in:
Scaffolder
2026-08-03 21:12:35 +00:00
commit 8053e114cf
76 changed files with 14013 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
dist
tmp
/out-tsc
# dependencies
node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/extensions.json
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
.env
# System Files
.DS_Store
Thumbs.db
.nx/cache