From a960b934f3d6272a822839eebf5951fbfc8e2c1e Mon Sep 17 00:00:00 2001
From: burri0000 <dominik.burri@unibas.ch>
Date: Fri, 6 Mar 2020 11:41:54 +0100
Subject: [PATCH] append files to gitignore

---
 .gitignore | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 791e748..f351851 100644
--- a/.gitignore
+++ b/.gitignore
@@ -326,11 +326,12 @@ pip-selfcheck.json
 # Custom additions
 .vscode
 .DS_Store
-runs/.*
-!runs/PUT_YOUR_WORKFLOW_RUN_CONFIGS_HERE
+config/*
+!config/PUT_YOUR_WORKFLOW_RUN_CONFIGS_HERE
 ._.DS_Store
 .snakemake/
 logs/
 results/
+*.svg
 !tests/test_alfa/results/
 .java/
-- 
GitLab