diff --git a/.gitignore b/.gitignore index bb575ab..8ab9aac 100755 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +Thumbs.db