Ignore anything starting with apps and the passwd file created by the manage app

This commit is contained in:
Tobi Schäfer 2015-05-23 18:19:00 +02:00
parent f763a0896e
commit 2cfb7e4b15

3
.gitignore vendored
View file

@ -1,4 +1,4 @@
apps/* apps*
!apps/manage !apps/manage
classes/* classes/*
db/* db/*
@ -6,5 +6,6 @@ launcher.jar
lib/helma*.jar lib/helma*.jar
lib/ext lib/ext
log/* log/*
passwd
server.properties server.properties