From 9d12f4185d0bfcc3c15fdb0ce885835c30354b52 Mon Sep 17 00:00:00 2001 From: Denys Dovhan Date: Fri, 6 Apr 2018 23:21:37 +0300 Subject: [PATCH] Add locks and logs to .gitignore. (#6124) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 79fb58fea..e506784b6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ bower.json component.json debug/local/ Gemfile.lock +*lock* +*.log \ No newline at end of file