From e691c465e3f4f8338336d003262283c8094ef63a Mon Sep 17 00:00:00 2001 From: zacks Date: Fri, 1 Feb 2019 02:09:33 +0800 Subject: [PATCH] add gitattributes (#2017) * build(composer): add archive * chore(gitattributes): add .gitattributes --- .gitattributes | 13 +++++++++++++ composer.json | 3 +-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..82c0e99e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +* text=auto + +/.github export-ignore +/bower_components export-ignore +/build export-ignore +/documentation export-ignore +/pages export-ignore +/plugins export-ignore +.gitattributes export-ignore +.gitignore export-ignore +index.html export-ignore +index2.html export-ignore +starter.html export-ignore \ No newline at end of file diff --git a/composer.json b/composer.json index 2a6719113..e5e355381 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ "issues": "https://github.com/almasaeed2010/AdminLTE/issues" }, "require": { - "composer/installers": "1.*", "bower-asset/jquery": ">=1.9.0 <4.0.0" } -} +} \ No newline at end of file