From 519044c1ac2ca3c438b8738043273282d8ab5895 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 10 Feb 2018 19:03:00 -0800 Subject: [PATCH] add .bundle to gitignore --- gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitignore b/gitignore index 5521a0a..28530df 100644 --- a/gitignore +++ b/gitignore @@ -21,3 +21,6 @@ Carthage # Visual Studio Code .vscode + +# Bundler for Rubygems +.bundle \ No newline at end of file