Remove _develop folder

This commit is contained in:
Zihua Li 2023-11-28 12:08:30 +08:00
parent 6330d76f03
commit 3915f69354
5 changed files with 2702 additions and 22 deletions

21
.gitignore vendored
View File

@ -5,28 +5,7 @@
!.gitignore
!.github
dist
node_modules
/selenium
/src
*.d.ts
!custom.d.ts
!vitest.d.ts
*.js.map
*.log
blots/**/*.js
core/**/*.js
formats/**/*.js
modules/**/*.js
themes/**/*.js
ui/**/*.js
e2e/**/*.js
!test/unit/__helpers__/vitest.d.ts
core.js
quill.js
test-results/
playwright-report/
playwright/.cache/

1
packages/quill/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
dist

View File

@ -7,7 +7,7 @@
"author": "",
"license": "BSD-3-Clause",
"scripts": {
"start": "echo $npm_package_config_ports_gatsby && gatsby develop --port $npm_package_config_ports_gatsby",
"start": "gatsby develop --port $npm_package_config_ports_gatsby",
"build": "gatsby build",
"serve": "gatsby serve --port $npm_package_config_ports_gatsby"
},

2700
packages/website/src/gatsby-types.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff