mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
27 lines
345 B
Text
27 lines
345 B
Text
# Annoying macOS finder stuff
|
|
|
|
/.DS_Store
|
|
/**/.DS_Store
|
|
|
|
# Autogenerated dirs
|
|
|
|
/bin
|
|
/out
|
|
/target
|
|
/staging
|
|
|
|
/**/bin
|
|
/**/out
|
|
/**/target
|
|
/**/staging
|
|
|
|
# Autogenerated files
|
|
|
|
lune.yml
|
|
luneDocs.json
|
|
luneTypes.d.luau
|
|
|
|
# Files generated by runtime or build scripts
|
|
scripts/brick_color.rs
|
|
scripts/font_enum_map.rs
|
|
scripts/physical_properties_enum_map.rs
|