[Composer] Add abraham/twitteroauth dependency
- Add vendor to .gitignore - Add install step for addons
This commit is contained in:
parent
f96a41a411
commit
0927c20007
4 changed files with 89 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -15,10 +15,13 @@ report/
|
|||
.buildpath
|
||||
.externalToolBuilders
|
||||
.settings
|
||||
#ignore OSX .DS_Store files
|
||||
#ignore OSX .DS_Store files
|
||||
.DS_Store
|
||||
|
||||
/nbproject/private/
|
||||
|
||||
#ignore smarty cache
|
||||
/view/smarty3/compiled/
|
||||
|
||||
#ignore Composer folder
|
||||
vendor/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue