mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Alright, so I hate to be the one to do this, but #584 broke crates.io publishing and also caused librojo to be unusable. I see that there was some discussion on Discord shortly after the problem was realized, but there was no action taken. I think keeping librojo and publishing working far, far outweigh any convenience added by Wally. I've kept the same `Packages` naming convention to keep the diff minimal.
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
|