.DS_Store index.php .htaccess application/cache/* application/third_party/htmlpurifier-4.10.0/* application/third_party/htmlpurifier-4.8.0/* application/ci_sessions application/config/config.php !application/cache/index.html !application/cache/.htaccess /vendor # exclude everything shcron/* # exception to the rule !shcron/.gitkeep application/logs/* !application/logs/index.html !application/logs/.htaccess application/config/database.php application/config/stripe/stripe-api-keys.json application/config/vimeo/vimeo-api-keys.json application/ci_sessions .idea .vscode .vscode/* autopull.php application/libraries/Classes application/libraries/mailjet .php_cs vendor/autoload.php vendor/composer/ClassLoader.php vendor/composer/LICENSE vendor/composer/autoload_classmap.php vendor/composer/autoload_namespaces.php vendor/composer/autoload_psr4.php vendor/composer/autoload_real.php vendor/composer/autoload_static.php # ignore all files and folders in `/resources/images/` and in its descendants /resources/images/** # negated pattern to un-exclude all *folders* at any depth relative to `resources/images/` # as always git will ultimately ignore the folders for which you don't # subsequently un-exclude any *files*. !/resources/images/**/ # negated pattern to un-exclude all files and folders at any depth below the deep # path that contains files you want in git !/resources/images/frontoffice/icons/** !/resources/images/frontoffice/mondosphere/**