From 31c10141032c9e8f398f574b44db88b0c3ec0220 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Fri, 24 Aug 2018 12:47:54 +0200 Subject: [PATCH] Remove useless lines from .gitignore --- .gitignore | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitignore b/.gitignore index 3459de73f..f01467f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,25 +7,15 @@ # Ignore bundler config. /.bundle -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-journal - # Ignore all logfiles and tempfiles. /log/* !/log/.keep /tmp -# Ignore Intellij files -.idea/ -*.iml -*.iws - public/uploads public/downloads doc/*.svg uploads/* -coverage/**/* .DS_Store .byebug_history .env