diff options
author | Louis Chemineau <louis@chmn.me> | 2024-02-26 19:05:07 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-02-27 09:28:23 +0100 |
commit | 77148905f0ebfdbd7bff33023ed037d1a29583ce (patch) | |
tree | 4851b42113e059374d62887fa270036b87fa62b8 | |
parent | 6594f8d4722571828d45bfb210a97b01f643e67c (diff) | |
download | nextcloud-server-77148905f0ebfdbd7bff33023ed037d1a29583ce.tar.gz nextcloud-server-77148905f0ebfdbd7bff33023ed037d1a29583ce.zip |
test: Add cypress/download folder to .gitignore
Signed-off-by: Louis Chemineau <louis@chmn.me>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bbcbddff26a..56215087e67 100644 --- a/.gitignore +++ b/.gitignore @@ -173,3 +173,4 @@ core/js/mimetypelist.js # Tests - cypress cypress/snapshots cypress/videos +cypress/downloads
\ No newline at end of file |