mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Added ckeditor to gitignore
This commit is contained in:
parent
d5bafd8f9b
commit
9cc68ef2b1
4 changed files with 4 additions and 2 deletions
|
|
@ -527,7 +527,7 @@ gulp.task('ckeditor:clear', function() {
|
|||
});
|
||||
|
||||
gulp.task('ckeditor:copy', ['ckeditor:clear'], function() {
|
||||
return gulp.src(['vendors/ckeditor/**/*', '!vendors/ckeditor/samples{,/**}', '!vendors/ckeditor/adapters{,/**}', '!vendors/ckeditor/*.md'])
|
||||
return gulp.src(['vendors/ckeditor/**/*', 'vendors/ckeditor/.gitempty', '!vendors/ckeditor/samples{,/**}', '!vendors/ckeditor/adapters{,/**}', '!vendors/ckeditor/*.md'])
|
||||
.pipe(gulp.dest('rainloop/v/' + cfg.devVersion + '/static/ckeditor'));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue