mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-07 13:05:02 +00:00

* feat: migrate eslint * feat: workspace prettierrc * feat: workspace eslint * chore: format files * build: update yarn.lock * feat: init html extension * feat: html extension first working flow * feat: css class support * feat: update package metadata * feat: check string context * feat: clean code * feat: delete unused yarn.lock
22 lines
229 B
Text
22 lines
229 B
Text
.DS_Store
|
|
.git/**
|
|
.github/**
|
|
.vscode/**
|
|
assets/**
|
|
src/**
|
|
target/**
|
|
icons/
|
|
node_modules/
|
|
editiors/vscode/out/
|
|
*.toml
|
|
*.txt
|
|
*.lock
|
|
*.md
|
|
|
|
.env
|
|
.env.*
|
|
|
|
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|