mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
26 lines
295 B
Plaintext
26 lines
295 B
Plaintext
*.log
|
|
.cache
|
|
.DS_Store
|
|
.temp
|
|
node_modules
|
|
dist
|
|
.env
|
|
.env.*
|
|
|
|
# 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
|