I've come to the point in Ghost where I have to decide for how to structure my system files. Current example: mouse cursors. So, theres an image file, and a configuration file. I like the way that OS X structures .app's, so I did something similar:
Code: Select all
/default.cursor
cursor.cfg
default.image
What do you think about this? How do you do this? Also, as I don't have too much experience with filesystems yet, does the increasing number of files when using such structures have performance impacts?
Greets,
Max