initial commit
This commit is contained in:
commit
3e90445fab
20 changed files with 961 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.DS_Store
|
||||
**/target
|
||||
**/zig-cache
|
||||
**/zig-out
|
||||
node_modules
|
||||
build
|
||||
/package/vendors
|
||||
/package/src/extractor/.zig-cache
|
||||
/package/src/launcher/.zig-cache
|
||||
.zig-cache
|
||||
.colab.json
|
||||
dist
|
||||
.cache
|
||||
/package/bin/electrobun
|
||||
/package/bin/electrobun.exe
|
||||
electrobun-cef*
|
||||
electrobun-core*
|
||||
electrobun-cli*
|
||||
dist-*
|
||||
/package/src/cli/templates/embedded.ts
|
||||
*.tar.gz
|
||||
settings.local.json
|
||||
.tanstack
|
||||
artifacts
|
||||
Loading…
Add table
Add a link
Reference in a new issue