Skip to content
Snippets Groups Projects
.gitignore 295 B
Newer Older
Shawn Tabrizi's avatar
Shawn Tabrizi committed
# 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
Éloïs's avatar
Éloïs committed

# node modules
**/node_modules/**
Éloïs's avatar
Éloïs committed

# build folder
build
Éloïs's avatar
Éloïs committed

# Temporary files
tmp