diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 14:57:06 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 14:57:06 +0200 |
commit | ab79480dc602a98cc04bf5885be0066e00176a53 (patch) | |
tree | 50b59c6740aece132106ece06dc3ab058019b13a /.gitignore | |
parent | a89dedf70d68eb9d887fefcf37c366d750313335 (diff) | |
download | nextcloud-server-ab79480dc602a98cc04bf5885be0066e00176a53.tar.gz nextcloud-server-ab79480dc602a98cc04bf5885be0066e00176a53.zip |
gitignore apps2 folder as well
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
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* |