From 8a7fff42fcc8f8a33d78927d653e523fa625ad5d Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 23 May 2020 11:50:27 +0200 Subject: [PATCH] Ignorovat .swp soubory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0975863..1002927 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public/ static/processed_images/ +*.swp