123456789101112131415161718 |
- # Generated by Cargo
- # will have compiled files and executables
- **/target/
- # Cargo lock file for native runtime - only used for cargo test
- ./Cargo.lock
- # These are backup files generated by rustfmt
- **/*.rs.bk
- # runtime built with docker build script
- joystream_runtime.wasm
- # JetBrains IDEs
- .idea
- # Vim
- .*.sw*
|