forked from rojo-rbx/rojo
* Update selene * Update foreman.toml Co-authored-by: Sasial <44125644+sasial-dev@users.noreply.github.com> Co-authored-by: Sasial <44125644+sasial-dev@users.noreply.github.com> Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
22 lines
354 B
Plaintext
22 lines
354 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
|
|
|
|
# Test places for the Roblox Studio Plugin
|
|
/plugin/*.rbxlx
|
|
|
|
# Roblox Studio holds 'lock' files on places
|
|
*.rbxl.lock
|
|
*.rbxlx.lock
|
|
|
|
# Snapshot files from the 'insta' Rust crate
|
|
**/*.snap.new
|