20 Star 114 Fork 0

Gitee 极速下载 / ckeditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ckeditor/ckeditor-dev
克隆/下载
.gitignore 833 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tomasz Jakut 提交于 2023-09-19 12:32 . Add CircleCI config.
# These files will be ignored by Git and by our linting tools:
# grunt jshint
# grunt jscs
#
# Be sure to append /** to folders to have everything inside them ignored.
# All "dot directories".
.*/**
# Ok, almost all – we need CircleCI config.
!.circleci/**
node_modules/**
build/**
coverage/**
dev/builder/release/**
dev/builder/ckbuilder/**
dev/langtool/po/**
dev/langtool/cklangtool/**
samples/toolbarconfigurator/.bender/**
samples/toolbarconfigurator/node_modules/**
samples/toolbarconfigurator/docs/**
tests/security
tests/plugins/mathjax/_assets/mathjax/**
*.css.map
bender-*.log
!.github/**
!.npm/*
.DS_Store
# Ignore package-lock.json
# - we don't intent to force specific 3rd party dependency version via `package-lock.json` file
# Such information should be specified in the package.json file.
package-lock.json
JavaScript
1
https://gitee.com/mirrors/ckeditor.git
git@gitee.com:mirrors/ckeditor.git
mirrors
ckeditor
ckeditor
master

搜索帮助