################################################################################ # Ignore all files and folders in this directory, other than... # - This file (.gitignore) # - This directory's README file (README.md) # - Any profile deemed as "core" # # TODO: Need to validate the need here. # # TODO: Need to update the text below to be specific to profiles. # # TODO: Should profiles EVER appear outside of a feature module? YES. ################################################################################ # Ignore everything... * # Except the following files... !.gitignore !README.md # And each profile listed below... # (ie. your whitelisted profiles) # EXAMPLE: !Package_Admin.profile-meta.xml