Added vendor/ to .gitignore
This commit is contained in:
parent
7bc768f7be
commit
0516da540c
7
.gitignore
vendored
7
.gitignore
vendored
@ -6,6 +6,11 @@
|
||||
app/config/production.php
|
||||
app/config/development.php
|
||||
|
||||
# Vendor packages #
|
||||
###################
|
||||
# we don't need to sync these everywhere
|
||||
vendor/
|
||||
|
||||
# Dot Files #
|
||||
#############
|
||||
# the gitignore bit is so that .gitignore is still committed if
|
||||
@ -49,4 +54,4 @@ app/config/development.php
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
Thumbs.db
|
||||
|
Loading…
Reference in New Issue
Block a user