Initial commit: repo-vis — 3D codebase visualization
Rust (axum) backend with git clone / zip upload / SQLite cache. Three.js frontend with D3 treemap layout and semantic zoom. Docker deployment with musl static binary.
This commit is contained in:
13
.dockerignore
Normal file
13
.dockerignore
Normal file
@@ -0,0 +1,13 @@
|
||||
# Keep the musl release binary, ignore the rest
|
||||
server/target/debug
|
||||
server/target/release
|
||||
server/target/x86_64-unknown-linux-musl/debug
|
||||
server/target/x86_64-unknown-linux-musl/release/build
|
||||
server/target/x86_64-unknown-linux-musl/release/deps
|
||||
server/target/x86_64-unknown-linux-musl/release/.fingerprint
|
||||
server/target/x86_64-unknown-linux-musl/release/incremental
|
||||
server/target/x86_64-unknown-linux-musl/release/examples
|
||||
web/node_modules
|
||||
web/dist
|
||||
*.db
|
||||
data/
|
||||
Reference in New Issue
Block a user