mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
29 lines
435 B
Plaintext
29 lines
435 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
|
|
|
|
# Sourcemap for the Rojo plugin (for better intellisense)
|
|
/sourcemap.json
|
|
|
|
# Roblox Studio holds 'lock' files on places
|
|
*.rbxl.lock
|
|
*.rbxlx.lock
|
|
|
|
# Snapshot files from the 'insta' Rust crate
|
|
**/*.snap.new
|
|
|
|
# Macos file system junk
|
|
._*
|
|
.DS_STORE
|
|
|
|
# JetBrains IDEs
|
|
/.idea/
|