summaryrefslogtreecommitdiffstats
path: root/core/vendor/.gitignore
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-01-13 18:30:43 +0100
committerLukas Reschke <lukas@statuscode.ch>2017-01-13 18:58:18 +0100
commit6a047a045a54d77bc36f7cbc70d761e5f16d5755 (patch)
tree915b90c9a1d54347a7a6f0bf51a2582e6c62da52 /core/vendor/.gitignore
parent4d7dee599667076c2baa0183b44adf4b4191a87a (diff)
downloadnextcloud-server-6a047a045a54d77bc36f7cbc70d761e5f16d5755.tar.gz
nextcloud-server-6a047a045a54d77bc36f7cbc70d761e5f16d5755.zip
Apply DOMPurify over HTML
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r--core/vendor/.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore
index 25c4986898f..19bd084f76e 100644
--- a/core/vendor/.gitignore
+++ b/core/vendor/.gitignore
@@ -165,3 +165,10 @@ marked/doc
marked/index.js
marked/lib
marked/man
+
+# DOMPurity
+DOMPurify/**
+!DOMPurify/dist
+!DOMPurify/dist/purify.min.js
+!DOMPurify/.bower.json
+!DOMPurify/LICENSE \ No newline at end of file