gitignore apps2 folder as well
This commit is contained in:
parent
a89dedf70d
commit
ab79480dc6
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -6,7 +6,7 @@ config/mount.php
|
|||
apps/inc.php
|
||||
|
||||
# ignore all apps except core ones
|
||||
apps/*
|
||||
apps*
|
||||
!apps/files
|
||||
!apps/files_encryption
|
||||
!apps/files_external
|
||||
|
@ -76,4 +76,4 @@ nbproject
|
|||
data-autotest
|
||||
/tests/coverage*
|
||||
/tests/autoconfig*
|
||||
/tests/autotest*
|
||||
/tests/autotest*
|
||||
|
|
Loading…
Reference in a new issue