mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 04:19:02 +08:00
e46f8e3334
* chore:(core): migrate to tsup * chore: migrate blockquote and bold to tsup * chore: migrated bubble-menu and bullet-list to tsup * chore: migrated more packages to tsup * chore: migrate code and character extensions to tsup * chore: update package.json to simplify build for all packages * chore: move all packages to tsup as a build process * chore: change ci build task * chore: clean up and fix issues related to new build * fix: fix demo build * fix: fix demo build * fix: fix tsconfig files to reference only one source * fix: fix minor ts issues
33 lines
388 B
Plaintext
33 lines
388 B
Plaintext
*.log
|
|
.cache
|
|
.DS_Store
|
|
.temp
|
|
node_modules
|
|
dist
|
|
.env
|
|
.env.*
|
|
.npmrc
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
.cache
|
|
|
|
.rpt2_cache
|
|
.rts2_cache
|
|
.rts2_cache_cjs
|
|
.rts2_cache_es
|
|
.rts2_cache_umd
|
|
|
|
tests/cypress/videos
|
|
/tests/cypress/screenshots
|
|
# Ignore intellij project files
|
|
.idea
|
|
|
|
# packaged files
|
|
packages/**/*.tgz
|
|
demos/*.tgz
|