# LOCAL CONFIG SETTINGS # Exclude local config files so we don't overwrite other local setups. # Leave example files that can be copied to get setup # ------------------------------------------------------------ /craft/config/local/* !/craft/config/local/db.php.example !/craft/config/local/general.php.example # CRAFT STORAGE # http://buildwithcraft.com/help/craft-storage-gitignore # ------------------------------------------------------------ /craft/storage/* !/craft/storage/.gitignore !/craft/storage/logo/* # MISC FILES # https://github.com/github/gitignore/tree/master/Global # ------------------------------------------------------------ .cache .DS_Store .idea .project .settings *.esproj *.sublime-workspace *.sublime-project *.tmproj *.tmproject Thumbs.db /logs/* # BUILD FILES # aaw -- 2015-09-27 /bower_components/* /node_modules/* /build/*