/home/desid573/public_html/eway/pdd
NameSizeModeActions
app/-0755rm
lib/-0755rm
plugins/-0755rm
vendors/-0755rm
.editorconfig3110644editdlrm
.ftpquota150644editdlrm
.gitattributes7980644editdlrm
.gitignore4250644editdlrm
.htaccess1390644editdlrm
.travis.yml39200644editdlrm
admindemo.sql1497990644editdlrm
build.properties1740644editdlrm
build.xml102180644editdlrm
composer.json7490644editdlrm
CONTRIBUTING.md39710644editdlrm
index.php14540644editdlrm
README.md24610644editdlrm
Edit: /home/desid573/public_html/eway/pdd/.gitattributes (798B)
# Define the line ending behavior of the different file extensions # Set default behaviour, in case users don't have core.autocrlf set. * text=auto * text eol=lf # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. *.php text *.default text *.ctp text *.sql text *.md text *.po text *.js text *.css text *.ini text *.properties text *.txt text *.xml text *.yml text .htaccess text # Declare files that will always have CRLF line endings on checkout. *.bat eol=crlf # Declare files that will always have LF line endings on checkout. *.pem eol=lf # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary *.gif binary *.ico binary *.mo binary *.pdf binary *.woff binary *.ttf binary *.eot binary