From 8489205d882fc959d08316c67ce28ffb58be3ad1 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 9 Dec 2017 10:10:18 -0600 Subject: [PATCH] CLEANUP: extra entries in the Cargo.lock file and TODO.md --- .gitignore | 3 --- TODO.md | 1 - 2 files changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4fd5457..965ad77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ target Cargo.lock -target -Cargo.lock -target .vscode/settings.json diff --git a/TODO.md b/TODO.md index 8e7ecc9..ab778fe 100644 --- a/TODO.md +++ b/TODO.md @@ -17,6 +17,5 @@ organiztion for a given configuration structure. Some options here could be # Minor Fixes and Polish * Full selector support. (i.e. expressions in the selector parts) -* Error Reporting with Line, Column, and File information. * JSON export * YAML export \ No newline at end of file