Add missing core files from original
This commit is contained in:
@@ -0,0 +1,150 @@
|
||||
# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
test/
|
||||
src/
|
||||
bower.json
|
||||
component.json
|
||||
.jshintrc
|
||||
CHANGELOG*
|
||||
Gemfile
|
||||
gruntfile.js
|
||||
Gruntfile.js
|
||||
Gulpfile.js
|
||||
Makefile
|
||||
package.json
|
||||
README*
|
||||
|
||||
# underscore
|
||||
underscore/**
|
||||
!underscore/.bower.json
|
||||
!underscore/underscore-min.js
|
||||
!underscore/LICENSE
|
||||
|
||||
# blueimp-md5
|
||||
blueimp-md5/css
|
||||
blueimp-md5/js/*
|
||||
!blueimp-md5/js/md5.min.js
|
||||
blueimp-md5/index.html
|
||||
|
||||
# momentjs - ignore all files except the two listed below
|
||||
moment/**
|
||||
!moment/.bower.json
|
||||
!moment/min
|
||||
!moment/LICENSE
|
||||
moment/min/**
|
||||
!moment/min/moment-with-locales.min.js
|
||||
|
||||
# jquery
|
||||
jquery/**
|
||||
!jquery/.bower.json
|
||||
!jquery/dist
|
||||
!jquery/dist/jquery.*
|
||||
!jquery/MIT-LICENSE.txt
|
||||
|
||||
# jquery-ui
|
||||
jquery-ui/**
|
||||
!jquery-ui/themes/base/jquery-ui.css
|
||||
!jquery-ui/jquery-ui.min.js
|
||||
!jquery-ui/.bower.json
|
||||
|
||||
# jcrop
|
||||
jcrop/index.html
|
||||
jcrop/demos
|
||||
jcrop/css/jquery.Jcrop.min.css
|
||||
jcrop/js/**
|
||||
!jcrop/js/jquery.Jcrop.js
|
||||
|
||||
# handlebars
|
||||
handlebars/**
|
||||
!handlebars/.bower.json
|
||||
!handlebars/handlebars.runtime.min.js
|
||||
|
||||
# select2
|
||||
select2/**
|
||||
!select2/.bower.json
|
||||
!select2/select2.js
|
||||
!select2/select2.css
|
||||
!select2/select2.png
|
||||
!select2/select2x2.png
|
||||
!select2/select2-spinner.gif
|
||||
!select2/LICENSE
|
||||
|
||||
#zxcvbn
|
||||
zxcvbn/**
|
||||
!zxcvbn/.bower.json
|
||||
!zxcvbn/dist
|
||||
zxcvbn/dist/**
|
||||
!zxcvbn/dist/zxcvbn.js
|
||||
!zxcvbn/LICENSE.txt
|
||||
|
||||
# snapjs
|
||||
snapjs/demo
|
||||
snapjs/dist/2.0.0-rc1
|
||||
snapjs/dist/latest/snap.css
|
||||
snapjs/dist/latest/snap.min.js
|
||||
snapjs/scripts
|
||||
|
||||
# bootstrap - only include the tooltip plugin
|
||||
bootstrap/**
|
||||
!bootstrap/.bower.json
|
||||
!bootstrap/js
|
||||
bootstrap/js/*
|
||||
!bootstrap/js/tooltip.js
|
||||
|
||||
# backbone
|
||||
backbone/backbone-min*
|
||||
|
||||
# davclient.js
|
||||
davclient.js/**
|
||||
!davclient.js/.bower.json
|
||||
!davclient.js/lib
|
||||
!davclient.js/lib/client.js
|
||||
!davclient.js/LICENSE
|
||||
|
||||
# es6-shim
|
||||
es6-shim/**
|
||||
!es6-shim/.bower.json
|
||||
!es6-shim/LICENSE
|
||||
!es6-shim/es6-shim.min.js
|
||||
|
||||
# base64
|
||||
base64/*min.js
|
||||
|
||||
# clipboard
|
||||
clipboard/**
|
||||
!clipboard/.bower.json
|
||||
!clipboard/dist
|
||||
!clipboard/dist/clipboard.min.js
|
||||
|
||||
# autosize
|
||||
autosize/**
|
||||
!autosize/dist
|
||||
!autosize/dist/autosize.min.js
|
||||
!autosize/.bower.json
|
||||
!autosize/LICENCE.md
|
||||
|
||||
#marked
|
||||
marked/bin
|
||||
marked/doc
|
||||
marked/index.js
|
||||
marked/lib
|
||||
marked/man
|
||||
|
||||
# DOMPurity
|
||||
DOMPurify/**
|
||||
!DOMPurify/dist
|
||||
!DOMPurify/dist/purify.min.js
|
||||
!DOMPurify/.bower.json
|
||||
!DOMPurify/LICENSE
|
||||
|
||||
# strengthify
|
||||
strengthify/examples.html
|
||||
strengthify/examples.png
|
||||
|
||||
# underscore
|
||||
css-vars-ponyfill/**
|
||||
!css-vars-ponyfill/dist
|
||||
!css-vars-ponyfill/dist/css-vars-ponyfill.min.js
|
||||
!css-vars-ponyfill/dist/css-vars-ponyfill.min.js.map
|
||||
!css-vars-ponyfill/LICENSE
|
||||
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
Copyright (c) 2012-2016 Dan Wheeler and Dropbox, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
Vendored
+28
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user