diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-30 13:52:41 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-01-13 18:33:42 +0100 |
commit | e7a2151c4d39921933c7f52dc1345a70ac8ff6e0 (patch) | |
tree | 3501316b2f504d187345133a7feb5669ce34b69b /core/vendor/.gitignore | |
parent | 127024d89d0fadc9f1e717e6062fb9ba29b19ddc (diff) | |
download | nextcloud-server-e7a2151c4d39921933c7f52dc1345a70ac8ff6e0.tar.gz nextcloud-server-e7a2151c4d39921933c7f52dc1345a70ac8ff6e0.zip |
Add marked
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index fe078fdd291..25c4986898f 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -1,12 +1,14 @@ test/ src/ bower.json +component.json .jshintrc .travis.yml CHANGELOG* Gemfile gruntfile.js Gruntfile.js +Gulpfile.js Makefile package.json README* @@ -156,3 +158,10 @@ autosize/** !autosize/dist/autosize.js !autosize/.bower.json !autosize/LICENCE.md + +#marked +marked/bin +marked/doc +marked/index.js +marked/lib +marked/man |