Semantics3 / semantics3-php

DEPRECATED PHP library bindings for the Semantics3 APIs
MIT License
24 stars 21 forks source link

Fix: Add missing .gitignore #20

Closed localheinz closed 4 years ago

localheinz commented 7 years ago

This PR

Related to https://github.com/Semantics3/semantics3-php/pull/19.

💁‍♂️ When cloning this repository and running

$ composer install

we end up with a dirty index.

We should definitely ignore vendor, and since this is a library, as opposed to an application, we probably don't want to check in composer.lock.