diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-05-28 10:07:04 +0200 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-06-11 14:10:29 +0200 |
commit | aa974a4322170ae3b489607967801ba84ccc63b4 (patch) | |
tree | 05d171fba618f05976abbc0ee663b4f73663189a /.gitignore | |
parent | d835d23e3a73bb09f46096a93269bb34b51fbb90 (diff) | |
download | nextcloud-server-aa974a4322170ae3b489607967801ba84ccc63b4.tar.gz nextcloud-server-aa974a4322170ae3b489607967801ba84ccc63b4.zip |
feat: Add webhooks application
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2e73df093df..e9a27c5d68a 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ !/apps/twofactor_backupcodes !/apps/user_status !/apps/weather_status +!/apps/webhooks !/apps/workflowengine /apps/files_external/3rdparty/irodsphp/PHPUnitTest /apps/files_external/3rdparty/irodsphp/web |