Skip to content

Commit 0536a7a

Browse files
committed
refactor: switch data source to kipsql
1 parent 62f0c1c commit 0536a7a

File tree

11 files changed

+1266
-477
lines changed

11 files changed

+1266
-477
lines changed

.gitignore

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
/target
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
debug/
4+
target/
5+
6+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8+
Cargo.lock
9+
10+
# These are backup files generated by rustfmt
211
**/*.rs.bk
12+
13+
14+
# Added by cargo
15+
16+
/target
17+
/data
18+
/.vscode
19+
/.idea
20+
/.obsidian

0 commit comments

Comments
 (0)