From 104c0e867c5ef392f1c09d7541781ba1fd92b761 Mon Sep 17 00:00:00 2001 From: Dmitry Shpika Date: Sun, 25 Jun 2017 17:42:50 +0300 Subject: [PATCH] Fix #4: Ignore binary files in build dir --- .gitignore | 3 ++- build/.keep | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build/.keep diff --git a/.gitignore b/.gitignore index 75f79b3..c9d4b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -jmdict*.json +build/* +!build/.keep diff --git a/build/.keep b/build/.keep new file mode 100644 index 0000000..e69de29