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/production.php
|
||||||
app/config/development.php
|
app/config/development.php
|
||||||
|
|
||||||
|
# Vendor packages #
|
||||||
|
###################
|
||||||
|
# we don't need to sync these everywhere
|
||||||
|
vendor/
|
||||||
|
|
||||||
# Dot Files #
|
# Dot Files #
|
||||||
#############
|
#############
|
||||||
# the gitignore bit is so that .gitignore is still committed if
|
# the gitignore bit is so that .gitignore is still committed if
|
||||||
@ -49,4 +54,4 @@ app/config/development.php
|
|||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.Trashes
|
.Trashes
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
Loading…
Reference in New Issue
Block a user