add gitattributes (#2017)

* build(composer): add archive

* chore(gitattributes): add .gitattributes
pull/2062/head^2
zacks 6 years ago committed by Abdullah Almsaeed
parent 5c3bc4e6a6
commit e691c465e3

13
.gitattributes vendored

@ -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

@ -25,7 +25,6 @@
"issues": "https://github.com/almasaeed2010/AdminLTE/issues"
},
"require": {
"composer/installers": "1.*",
"bower-asset/jquery": ">=1.9.0 <4.0.0"
}
}
Loading…
Cancel
Save