diff --git a/.gitignore b/.gitignore index 2666558..807b2de 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ !/bin/ngxconf /tests/coverage/* !tests/coverage/.gitkeep +composer.lock \ No newline at end of file diff --git a/README.md b/README.md index 62ccb45..f2934e0 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,6 @@ $builder->dumpFile('generated.conf'); ## TODO * [ ] Implement comments parsing -* [ ] Implement commands for config manipulation from CLI ## License