Skip to content

Commit

Permalink
add gitattributes (#2017)
Browse files Browse the repository at this point in the history
* build(composer): add archive

* chore(gitattributes): add .gitattributes
  • Loading branch information
zacksleo authored and almasaeed2010 committed Jan 31, 2019
1 parent 5c3bc4e commit e691c46
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"issues": "https://github.com/almasaeed2010/AdminLTE/issues"
},
"require": {
"composer/installers": "1.*",
"bower-asset/jquery": ">=1.9.0 <4.0.0"
}
}
}

0 comments on commit e691c46

Please sign in to comment.