From ecb4d0d9486cabf1a42dbe0306f2dd2d037c1e4a Mon Sep 17 00:00:00 2001 From: Svpernova09 Date: Tue, 2 Dec 2014 06:51:50 -0600 Subject: [PATCH] Add jetbrains IDE's config folders to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 690bf5f7a0..3711b98664 100755 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ public/uploads/avatars/* /app/storage/views/* /app/storage/logs/* /app/storage/debugbar/ -/bin/ \ No newline at end of file +/bin/ +.idea \ No newline at end of file