You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
369 B
25 lines
369 B
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
/.log/
|
|
/node_modules
|
|
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|
|
|
|
# Artifacts from running the daemons
|
|
/maker.sqlite
|
|
/maker_wallet_db/
|
|
/taker.sqlite
|
|
/taker_wallet_db/
|
|
/maker_seed
|
|
/taker_seed
|
|
|