Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/.gitignore
Lee Kelleher 7e46a1c148 V16: Removes TinyMCE (client-side) (#18889)
* Removed TinyMCE client-side code

* Replaces "MaxImageSizeConfiguration" with "Integer" property-editor

* Adds "Dimensions" property-editor

Promoted from TinyMCE package code.

* Updated Tiptap property-editor label

to remove the "[Tiptap]" suffix.

* Corrected Tiptap config localization keys

* Removed TinyMCE acceptance test

* Reverted Tiptap property-editor label

to add the "[Tiptap]" suffix back in.

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2025-04-01 17:00:27 +02:00

58 lines
754 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-cms
dist-ssr
/types
*.tsbuildinfo
*.local
*.tgz
## testing
coverage/
utils/all-umb-consts/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/*.code-snippets
!.vscode/settings.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# eslint
.eslintcache
test-results/
playwright-report/
playwright/.cache/
# storybook
storybook-static/
# API Docs
ui-api/
custom-elements.json
# JSON for HTML Custom Data
# https://github.com/runem/web-component-analyzer#vscode
# https://github.com/microsoft/vscode-custom-data
vscode-html-custom-data.json
# Vite runtime files
vite.config.ts.timestamp-*.mjs
.vite/