From 13e846f67ca70bf560939ca604999530bd97ba92 Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Mon, 16 Jan 2012 15:40:21 +0100 Subject: [PATCH] =?utf8?q?Alles=20was=20mit=20"demo"=20anf=C3=A4ngt=20unte?= =?utf8?q?r=20templates/=20ignorieren?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Somit kann man beim Testen und Entwickeln Vorlagensätze wie "demo", "demo1" oder auch "demo4you" oder "demonstration" haben. Git ignoriert diese lokalen Verzeichnisse hiermit. --- templates/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/.gitignore b/templates/.gitignore index 1549b67ca..ab6f88411 100644 --- a/templates/.gitignore +++ b/templates/.gitignore @@ -1 +1 @@ -demo +demo* -- 2.20.1