Files
rojo/.gitignore
2019-11-07 18:20:55 -08:00

14 lines
222 B
Plaintext

# Rust output directory
/target
# Headers for clibrojo
/include
# Roblox model and place files in the root, used for debugging
/*.rbxm
/*.rbxmx
/*.rbxl
/*.rbxlx
# Snapshot files from the 'insta' Rust crate
**/*.snap.new