Added vendor/ to .gitignore
This commit is contained in:
parent
7bc768f7be
commit
0516da540c
5
.gitignore
vendored
5
.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
|
||||||
|
Loading…
Reference in New Issue
Block a user