mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 21:47:55 +00:00
30 lines
357 B
Text
30 lines
357 B
Text
target/
|
|
traildepot/
|
|
**/traildepot/
|
|
**/target/
|
|
**/target/
|
|
**/node_modules/
|
|
**/dist/
|
|
|
|
client
|
|
!client/rust
|
|
deploy/
|
|
docs/
|
|
!docs/examples/record_api_rs
|
|
examples/
|
|
!examples/custom-binary
|
|
|
|
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
|