diff --git a/.gitignore b/.gitignore index 4cd9140..62b6caa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ *scratchpad* coverage.out pigeon-cli +pigeon.exe project/testdata/* !/**/.gitkeep diff --git a/README.md b/README.md index a78b896..d102e7c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ You can override this value by specifying a `PIGEON_PATH` ENV var. - [ ] Add a real testing lib to DRY things up. - [ ] Figure out a system for where to place the default data storage directory - [ ] Get a good CI system going? Run tests at PR time, provide prebuilt binaries, prevent coverage slips, etc.. + - [ ] Add a `transact()` helper to ensure all transactions are closed out. - [ ] Finish all the things below: |Done?|Noun |Verb | Flag / arg 1 | Flag 2 | diff --git a/pigeon-windows.exe b/pigeon-windows.exe deleted file mode 100755 index 64b1f4a..0000000 Binary files a/pigeon-windows.exe and /dev/null differ