update gitignore

This commit is contained in:
2022-10-27 19:17:30 +02:00
parent be37f608d0
commit 6e9f603723
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
!/bin/ngxconf !/bin/ngxconf
/tests/coverage/* /tests/coverage/*
!tests/coverage/.gitkeep !tests/coverage/.gitkeep
composer.lock

View File

@@ -201,7 +201,6 @@ $builder->dumpFile('generated.conf');
## TODO ## TODO
* [ ] Implement comments parsing * [ ] Implement comments parsing
* [ ] Implement commands for config manipulation from CLI
## License ## License