.gitignore 189 B

1234567891011
  1. # Rust output directory
  2. /target
  3. # Roblox model and place files in the root, used for debugging
  4. /*.rbxm
  5. /*.rbxmx
  6. /*.rbxl
  7. /*.rbxlx
  8. # Snapshot files from the 'insta' Rust crate
  9. **/*.snap.new