Ignore anything starting with apps and the passwd file created by the manage app
This commit is contained in:
parent
f763a0896e
commit
2cfb7e4b15
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue