From 3990120813861a1f729fa68466c832126cf7f298 Mon Sep 17 00:00:00 2001 From: Tanishq Kancharla Date: Tue, 7 Sep 2021 22:01:02 -0400 Subject: [PATCH] add readme and target dir to gitignore --- .gitignore | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index a3e737a85..92defc3f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ history.txt +/target \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 000000000..5c7e39094 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Engine-q + +Engine-q is a smaller project to reimplement some of the core functionality in Nushell. It's still in an alpha state, and there is still a lot to do: please see TODO.md