mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-16 15:15:51 -06:00
33 lines
479 B
Plaintext
33 lines
479 B
Plaintext
**/traildepot/
|
|
**/target/
|
|
**/target/
|
|
**/node_modules/
|
|
**/dist/
|
|
|
|
client
|
|
!client/rust
|
|
!client/testfixture/guests/rust
|
|
deploy/
|
|
docs/
|
|
!docs/examples/record_api_rs
|
|
examples/
|
|
!examples/custom-binary
|
|
!examples/wasm-guest-rust
|
|
!examples/coffee-vector-search/guests/rust
|
|
!examples/collab-clicker-ssr/guests/rust
|
|
|
|
Dockerfile*
|
|
.docker*
|
|
|
|
# Include parts of the .git/ folder needed to bake version info into the
|
|
# binary.
|
|
.git*
|
|
!.git/
|
|
.git/modules
|
|
|
|
.hooks/
|
|
.cargo/
|
|
*.image
|
|
.rustfmt.toml
|
|
.env
|