.gitignore 314 B

123456789101112131415161718
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. **/target/
  4. # Cargo lock file for native runtime - only used for cargo test
  5. ./Cargo.lock
  6. # These are backup files generated by rustfmt
  7. **/*.rs.bk
  8. # runtime built with docker build script
  9. joystream_runtime.wasm
  10. # JetBrains IDEs
  11. .idea
  12. # Vim
  13. .*.sw*