From: Jan-Christoph Borchardt Date: Tue, 11 Jun 2013 12:57:06 +0000 (+0200) Subject: gitignore apps2 folder as well X-Git-Tag: v6.0.0alpha2~660^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ab79480dc602a98cc04bf5885be0066e00176a53;p=nextcloud-server.git gitignore apps2 folder as well --- diff --git a/.gitignore b/.gitignore index fe89c74ab38..68977ad0775 100644 --- a/.gitignore +++ b/.gitignore @@ -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* \ No newline at end of file +/tests/autotest*