From 92b8836b917e70acaabb39e164f4d3fa54e329d9 Mon Sep 17 00:00:00 2001 From: DanielSeifert Date: Fri, 23 Jan 2015 10:43:26 +0000 Subject: [PATCH] rename source folder --- .gitattributes | 6 +++--- {source => Sources}/Screenshots/Backend.jpg | Bin {source => Sources}/Screenshots/Frontend.jpg | Bin {source => Sources}/UsersOnline-Installation.docx | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename {source => Sources}/Screenshots/Backend.jpg (100%) rename {source => Sources}/Screenshots/Frontend.jpg (100%) rename {source => Sources}/UsersOnline-Installation.docx (100%) diff --git a/.gitattributes b/.gitattributes index ecadbd9..5468a0c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ * text=auto !eol +Sources/Screenshots/Backend.jpg -text +Sources/Screenshots/Frontend.jpg -text +Sources/UsersOnline-Installation.docx -text copy_this/.noencode -text copy_this/modules/d3/d3usersonline/IntelliSenseHelper.php -text copy_this/modules/d3/d3usersonline/controllers/admin/d3_cfg_usersonline.php -text @@ -24,6 +27,3 @@ copy_this/modules/d3/d3usersonline/views/blocks/layout/d3usersonline_sidebar.tpl setup+doku/Installation.pdf -text setup+doku/Precheck/d3precheck.php -text setup+doku/changelog.txt -text -source/Screenshots/Backend.jpg -text -source/Screenshots/Frontend.jpg -text -source/UsersOnline-Installation.docx -text diff --git a/source/Screenshots/Backend.jpg b/Sources/Screenshots/Backend.jpg similarity index 100% rename from source/Screenshots/Backend.jpg rename to Sources/Screenshots/Backend.jpg diff --git a/source/Screenshots/Frontend.jpg b/Sources/Screenshots/Frontend.jpg similarity index 100% rename from source/Screenshots/Frontend.jpg rename to Sources/Screenshots/Frontend.jpg diff --git a/source/UsersOnline-Installation.docx b/Sources/UsersOnline-Installation.docx similarity index 100% rename from source/UsersOnline-Installation.docx rename to Sources/UsersOnline-Installation.docx