diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-07-31 12:10:50 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-08-03 15:30:10 -0700 |
commit | e16001b8eb6b5f87dfba57cca94adb88cf6b1d45 (patch) | |
tree | 85bc8d139925299e6503c67d3b614cd7d85f13c1 /.gitignore | |
parent | 9a7e2b15580578b4de3eb36808dc466a9fd6b976 (diff) | |
download | nextcloud-server-e16001b8eb6b5f87dfba57cca94adb88cf6b1d45.tar.gz nextcloud-server-e16001b8eb6b5f87dfba57cca94adb88cf6b1d45.zip |
feat: init files_reminders migration
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e05e79eec6d..f56382cc7a2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ !/apps/sharebymail !/apps/encryption !/apps/files_external +!/apps/files_reminders !/apps/files_sharing !/apps/files_trashbin !/apps/files_versions |