Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/config.json

This file was deleted.

14 changes: 0 additions & 14 deletions .editorconfig

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/ci.yaml

This file was deleted.

227 changes: 0 additions & 227 deletions .github/workflows/release.yaml

This file was deleted.

17 changes: 4 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
node_modules/
dist/
*.log
node_modules
dist
bin
.env*
.DS_Store
.env
.env.test
.env.local
.env.development.local
.env.test.local
.env.production.local
bin/

# Auto-generated
src/command-registry.ts
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "storage"]
path = storage
url = https://github.com/tigrisdata/storage.git
branch = main
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

Loading