noqcks / generated

Generated will detect files that have been generated by computers
MIT License
7 stars 8 forks source link

Unity 3D `.meta` files are ignored, but `.asset` and `.prefab` are not #7

Open ribbanya opened 3 years ago

ribbanya commented 3 years ago

.meta files are ignored here: https://github.com/noqcks/generated/blob/0ae708dff7b9f1cb2e072da8d0fb4ddfe5efdb94/lib/generated.js#L160-L168

Would you accept a PR to ignore .asset and .prefab? They are a plaintext YAML variant like .meta and often cause simple PRs to be marked as size/XXL.

noqcks commented 3 years ago

Hey there! I welcome a pr for both of those file extensions.