forked from rojo-rbx/rojo
14 lines
222 B
Plaintext
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 |