From 6e9f6037233d2f5b5f12a5fdb2b17c3e8bd1e365 Mon Sep 17 00:00:00 2001 From: envoyr Date: Thu, 27 Oct 2022 19:17:30 +0200 Subject: [PATCH] update gitignore --- .gitignore | 1 + README.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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