X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=.gitattributes;h=e031fb53b216d975e195bdc69546c50630bd6278;hp=643e4a6cf0387062c6b25466de0ed7a6fd310062;hb=0a1cf9ca77543f5acf09a2b5ada753277e47f6d4;hpb=86e069b6752ea178eb04f4f5593bdbb07299e361 diff --git a/.gitattributes b/.gitattributes index 643e4a6cf0..e031fb53b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -47,6 +47,8 @@ inc/classes/exceptions/language/class_InvalidLanguagePathStringException.php -te inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php -text inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php -text inc/classes/exceptions/language/class_LanguagePathReadProtectedException.php -text +inc/classes/exceptions/language/class_MissingFileIoHandlerException.php -text +inc/classes/exceptions/language/class_MissingLanguageHandlerException.php -text inc/classes/exceptions/main/.htaccess -text inc/classes/exceptions/main/class_ClassMismatchException.php -text inc/classes/exceptions/main/class_ClassNotFoundException.php -text @@ -74,6 +76,7 @@ inc/classes/exceptions/template/class_InvalidBasePathStringException.php -text inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php -text inc/classes/exceptions/template/class_UnexpectedTemplateTypeException.php -text inc/classes/exceptions/template/class_UnsupportedTemplateEngineException.php -text +inc/classes/exceptions/template/class_ViewHelperNotFoundException.php -text inc/classes/interfaces/.htaccess -text inc/classes/interfaces/application/.htaccess -text inc/classes/interfaces/application/class_ManageableApplication.php -text @@ -101,6 +104,7 @@ inc/classes/interfaces/language/.htaccess -text inc/classes/interfaces/language/class_ManageableLanguage.php -text inc/classes/interfaces/template/.htaccess -text inc/classes/interfaces/template/class_CompileableTemplate.php -text +inc/classes/interfaces/template/view/class_ViewHelper.php -text inc/classes/main/.htaccess -text inc/classes/main/class_BaseFrameworkSystem.php -text inc/classes/main/class_FrameworkArrayObject.php -text @@ -143,16 +147,17 @@ inc/classes/middleware/debug/.htaccess -text inc/classes/middleware/debug/class_DebugMiddleware.php -text inc/classes/middleware/io/.htaccess -text inc/classes/middleware/io/class_FileIOHandler.php -text -inc/config-local.php -text inc/config.php -text inc/config/.htaccess -text inc/config/class_FrameworkConfiguration.php -text +inc/config/config-override.php -text inc/database.php -text inc/database/.htaccess -text inc/database/lib-local.php -text inc/file_io.php -text inc/includes.php -text inc/language.php -text +inc/language/.htaccess -text inc/loader/.htaccess -text inc/loader/class_ClassLoader.php -text inc/output.php -text @@ -167,3 +172,4 @@ templates/de/code/emergency_exit.ctp -text templates/de/code/footer_msg.ctp -text templates/de/code/header.ctp -text templates/de/html/.htaccess -text +tests/ConfigTest.php -text