mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-04-24 09:29:02 -05:00
25 lines
276 B
Plaintext
25 lines
276 B
Plaintext
.hooks/
|
|
|
|
target/
|
|
../../target/
|
|
**/target/
|
|
**/node_modules/
|
|
**/dist/
|
|
|
|
traildepot/
|
|
docs/
|
|
!docs/examples/record_api_rs
|
|
|
|
Dockerfile*
|
|
.docker*
|
|
|
|
# Include parts of the .git/ folder needed to bake version info into the
|
|
# binary.
|
|
.git*
|
|
!.git/
|
|
.git/modules
|
|
|
|
*.image
|
|
.rustfmt.toml
|
|
.env
|