appwrite / sdk-for-php

[READ-ONLY] Official Appwrite PHP SDK 🐘
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
141 stars 23 forks source link

Add vendor folder and composer.lock to .gitignore #24

Closed lucasmichot closed 11 months ago

lucasmichot commented 11 months ago

What does this PR do?

This PR ensures that the vendor folder and the composer.lock are ignored from any commit.

Test Plan

Nothing to test here

Related PRs and Issues

None

Have you read the Contributing Guidelines on issues?

Yes, I did. Unfortunately the guideline is deprecated, and some commands are missing (e.g. format, lint, etc...)

stnguyen90 commented 11 months ago

Unfortunately, this is a read-only repo as the code is generated by our SDK Generator, and changes made only here would be wiped in the next release.