# Generated by Cargo
# will have compiled files and executables
**/target/

# These are backup files generated by rustfmt
**/*.rs.bk

# runtime built with docker build script
joystream_runtime.wasm

# Node modules directory
**/node_modules

# Generated by yarn
yarn*
!yarn.lock

# JetBrains IDEs
.idea

# Vim
.*.sw*

# Visual Studio Code
.vscode/

# Compiled WASM code
*.wasm

# Temporary files
**.tmp/

# Istanbul report output
**.nyc_output/

# eslint cache
**/.eslintcache