From e960d5c6617afe79df37764ced7414a8d3e4d3cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mario=20Sa=CC=88nger?= <mario.saenger@student.hu-berlin.de>
Date: Fri, 27 Apr 2018 10:24:11 +0200
Subject: [PATCH] Adapt .gitignore file

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

diff --git a/.gitignore b/.gitignore
index fcfca8e..36f0c56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
 .idea/
 
-code/_env
-code/embeddings
+**/_env
+**/embeddings
 
 *.pyc
-- 
GitLab