From 82804a9d67d26f6ead9bc7cabd57af3177b186ca Mon Sep 17 00:00:00 2001 From: bspeice Date: Tue, 1 Oct 2013 20:19:13 -0400 Subject: [PATCH] Add the bin/ folder to the gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ee621e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/bin +/assets