diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-10-21 10:19:18 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-10-21 10:19:18 +0200 |
commit | 9aeecfb3f27c033188e37154ae09ee41222e8648 (patch) | |
tree | 1a42efd1e347bcb1b4d5264dfe3b4975d7b4f0bd /core/vendor/.gitignore | |
parent | 3cbaec416a7b20d6a67598d55014acd01e72e284 (diff) | |
download | nextcloud-server-9aeecfb3f27c033188e37154ae09ee41222e8648.tar.gz nextcloud-server-9aeecfb3f27c033188e37154ae09ee41222e8648.zip |
fix .gitignore and include zxcvbn.js
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index 057499af3be..fe078fdd291 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -104,7 +104,9 @@ select2/** #zxcvbn zxcvbn/** !zxcvbn/.bower.json -!zxcvbn/zxcvbn.js +!zxcvbn/dist +zxcvbn/dist/** +!zxcvbn/dist/zxcvbn.js !zxcvbn/LICENSE.txt # snapjs |