From fc8ac1160cba24714f6a6ceb0ef53af98ed059fb Mon Sep 17 00:00:00 2001 From: sdogruyol Date: Thu, 13 Jun 2019 15:33:11 +0300 Subject: [PATCH] Add /bin to .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5a0d7aa..6c364e4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ /.crystal/ /.shards/ *.log - +/bin/ # Libraries don't need dependency lock # Dependencies will be locked in application that uses them -/shard.lock +/shard.lock \ No newline at end of file