.gitignore 186 B

1234567891011
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. **/target/
  4. # These are backup files generated by rustfmt
  5. **/*.rs.bk
  6. # JetBrains IDEs
  7. .idea
  8. substrate-runtime-joystream