diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-06-11 06:10:25 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-06-11 06:10:25 -0700 |
commit | db6080c5c682a2bbdc420399276b81311c17802c (patch) | |
tree | fb7fd74955290fc97c762f7186f1aeaccf0162ec | |
parent | e238eeef6f1c2183a7cc0eaa9ef8b913a0eb2ee3 (diff) | |
parent | ab79480dc602a98cc04bf5885be0066e00176a53 (diff) | |
download | nextcloud-server-db6080c5c682a2bbdc420399276b81311c17802c.tar.gz nextcloud-server-db6080c5c682a2bbdc420399276b81311c17802c.zip |
Merge pull request #3673 from owncloud/gitignore-apps2
gitignore apps2 folder as well
-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* |