forked from bartvdbraak/blender
16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>rules</key>
|
|
<dict>
|
|
<!-- Exclude datafiles, python and scripts -->
|
|
<key>^MacOS/2.70</key>
|
|
<false/>
|
|
<!-- Exclude Resources for placing game.blend and own icons -->
|
|
<key>^Resources/</key>
|
|
<false/>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|