lune/.gitignore

27 lines
500 B
Text
Raw Normal View History

# Annoying macOS finder stuff
/.DS_Store
/**/.DS_Store
# Autogenerated dirs
2023-01-21 02:01:46 -05:00
/bin
2023-01-18 20:47:14 -05:00
/target
/gitbook
2023-01-18 20:47:14 -05:00
# 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
2023-03-15 10:18:13 +01:00
# 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