From 4bef3d2a9639c1c8bf0c8b09b07440d1a9ef903c Mon Sep 17 00:00:00 2001 From: Alexandros Georgantas <alexgeorg86@gmail.com> Date: Tue, 28 Mar 2017 14:27:52 +0300 Subject: [PATCH] Added rule to ingore __snapshot__ folder created during tests --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 227cb76..10a8b90 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ public/assets/* public/uploads/* pubsweet.log uploads/* +__snapshots__/ \ No newline at end of file -- GitLab