mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #3673 from owncloud/gitignore-apps2
gitignore apps2 folder as well
This commit is contained in:
commit
db6080c5c6
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