.gitignore 363 B
# Generated by Cargo
# will have compiled files and executables
**/target/
# These are backup files generated by rustfmt
**/*.rs.bk
.DS_Store
# The cache for chain data in container
.local
# direnv cache
.direnv
# node modules
**/node_modules/**
# build folders
arm-build
build
# Temporary files
tmp
# Local chain spec
*local-spec*.json
# Log files
*.log