Ensure composer.lock stays out of version control

This is a library package, not an application.

See https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/#tip-%236%3A-put-%60composer.lock%60-into-%60.gitignore%60-in-libraries
This commit is contained in:
Gary Jones 2018-01-13 16:41:52 +00:00
parent c0caa69c83
commit 267f091970

6
.gitignore vendored
View file

@ -1,2 +1,4 @@
# folders and files to be ignored by git
phpcs.xml
/vendor/
/composer.lock
/phpcs.xml
/.phpcs.xml