Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-06-11 16:57:06 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-06-11 16:57:06 +0400
commitab79480dc602a98cc04bf5885be0066e00176a53 (patch)
tree50b59c6740aece132106ece06dc3ab058019b13a /.gitignore
parenta89dedf70d68eb9d887fefcf37c366d750313335 (diff)
gitignore apps2 folder as well
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
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*