From 9164515dd3910622ecb6ba70bf98213c2f2cddd5 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 13 Feb 2021 23:07:56 +0100 Subject: [PATCH] Screenshot path changed. Ignore them in Git. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6f4bbec..61776cd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,11 +14,14 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp -/public/screenshots/ /public/assets/ /public/system/ +# old Paperclip path /public/screenshots/ +# old Shrine path /public/screenshot/ +# new Shrine path +/public/shrine/ /public/cache/screenshot/ /public/live/ /storage