build: fix build and add examples
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
|
||||
# compiled output
|
||||
/dist
|
||||
**/dist
|
||||
/tmp
|
||||
/out-tsc
|
||||
# Only exists if Bazel was run
|
||||
@@ -45,7 +46,6 @@ testem.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
/.angulardoc.json
|
||||
debug.log
|
||||
|
||||
/.husky
|
||||
@@ -55,3 +55,5 @@ debug.log
|
||||
/blob-report/
|
||||
/playwright/.cache/
|
||||
/.vitest
|
||||
/.rslib
|
||||
**/*.tsbuildinfo
|
||||
|
||||
Reference in New Issue
Block a user