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.
24 lines
333 B
24 lines
333 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
|
|
*.sqlite*
|
|
/maker_seed
|
|
/taker_seed
|
|
/mainnet
|
|
/testnet
|
|
|