From 2cfb7e4b15caa80f779f99d8ba795ea4e4585501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sat, 23 May 2015 18:19:00 +0200 Subject: [PATCH] Ignore anything starting with apps and the passwd file created by the manage app --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 03d72e98..c0a017a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -apps/* +apps* !apps/manage classes/* db/* @@ -6,5 +6,6 @@ launcher.jar lib/helma*.jar lib/ext log/* +passwd server.properties