diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 20:09:03 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 20:49:10 +0200 |
commit | 30552090bccc0d77446d57f5b94ae27ad2d81186 (patch) | |
tree | 5d69a1756aa60ca12f05b7b9c39ef9288e6634e5 /.gitignore | |
parent | 691646bdaedca81dc7100337f48a384ca80b5950 (diff) | |
download | nextcloud-server-30552090bccc0d77446d57f5b94ae27ad2d81186.tar.gz nextcloud-server-30552090bccc0d77446d57f5b94ae27ad2d81186.zip |
Don't ignore OAuth2 app
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6a8e6723376..9d9f09c2da9 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ !/apps/files_versions !/apps/lookup_server_connector !/apps/user_ldap +!/apps/oauth2 !/apps/provisioning_api !/apps/systemtags !/apps/testing |