From d915659c039b3905191618b0b9b55fbe7152a285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Mon, 28 May 2018 13:52:52 +0200 Subject: [PATCH] Update .gitignore to match new folder structure --- .gitignore | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9179bbb..18d40a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,7 @@ .nrepl-port .shadow-cljs/ node_modules/ -public/app/ - -# LaTeX - -docs/*.aux -docs/*.log -docs/*.out -docs/*.pdf +public/* # Created by https://www.gitignore.io/api/emacs