.gitignore 170 B

123456789
  1. # Ignore output folder for build
  2. target
  3. # Cargo lock file for native runtime - only used for cargo test
  4. ./Cargo.lock
  5. # Ignore files generated by JetBrains IDEs:
  6. .idea