Current Path : /var/www/ |
Current File : /var/www/.gitignore |
# Config and Htaccess Files /upload/.htaccess /upload/config.php /upload/admin/config.php # Image File !/upload/image/no_image.jpg # Image Cache Files /upload/image/cache/* !/upload/image/cache/index.html # System Cache Files /upload/system/storage/cache/* !/upload/system/storage/cache/index.html # Modification Files /upload/system/storage/modification/* !/upload/system/storage/modification/index.html # Templates Files /upload/image/templates/* /upload/image/templates/default.jpg # Download Files /upload/system/storage/download/* !/upload/system/storage/download/index.html # Upload Files /upload/system/storage/upload/* !/upload/system/storage/upload/index.html # Flags # remove sharp char if you want to add flags to gitignore # /upload/flags/* # Log Files /upload/system/storage/logs/* !/upload/system/storage/logs/index.html # If you want to ignore install file use following lines [on development mode] # /upload/backup.install/* # /upload/install/* # Ignore all vendor files included by composer and the lock file /tests/phpunit/vendor/* /tests/phpunit/composer.lock /vendor/* # Test Config File /tests/phpunit/bootstrap.php # IDE Project files /.idea