mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
26 lines
500 B
Text
26 lines
500 B
Text
# Annoying macOS finder stuff
|
|
|
|
/.DS_Store
|
|
/**/.DS_Store
|
|
|
|
|
|
# Autogenerated dirs
|
|
|
|
/bin
|
|
/target
|
|
/gitbook
|
|
|
|
# Autogenerated files
|
|
|
|
lune.yml
|
|
luneDocs.json
|
|
luneTypes.d.luau
|
|
|
|
# NOTE: Don't remove the typedefs file in the docs dir!
|
|
# We depend on it to autogenerate all of the above files.
|
|
!/docs/luneTypes.d.luau
|
|
|
|
# Files generated by runtime or build scripts
|
|
packages/lib-roblox/scripts/brick_color.rs
|
|
packages/lib-roblox/scripts/font_enum_map.rs
|
|
packages/lib-roblox/scripts/physical_properties_enum_map.rs
|