Initial OSS commit
This commit is contained in:
commit
4a7303f40a
391 changed files with 245738 additions and 0 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
**/node_modules
|
||||
**/xeno
|
||||
/packages/*/dist
|
||||
/theatre/*/dist
|
||||
*.log
|
||||
*.temp
|
||||
/.vscode
|
||||
/.history
|
||||
**/.DS_Store
|
||||
*.tsbuildinfo
|
||||
.eslintcache
|
||||
|
||||
.yarn/*
|
||||
# !.yarn/cache
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
Loading…
Add table
Add a link
Reference in a new issue