new start

This commit is contained in:
Michael Zhang 2024-11-03 23:34:22 -06:00
commit 328df2b405
5 changed files with 21 additions and 0 deletions

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*]
indent_size = 2
indent_style = space
[Makefile]
indent_size = 4
indent_style = tab

1
.envrc Normal file
View file

@ -0,0 +1 @@
export DATABASE_URL=sqlite://$(pwd)/test.db

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
node_modules
dist
target
.DS_Store
**/export/export.json
test.db*
.env
.direnv
/proto/generated

1
.tokeignore Normal file
View file

@ -0,0 +1 @@
pnpm-lock.yaml

3
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]
}