mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
25 lines
293 B
Text
25 lines
293 B
Text
.DS_Store
|
|
.git/**
|
|
.github/**
|
|
.vscode/**
|
|
assets/**
|
|
src/**
|
|
target/**
|
|
dist/**
|
|
icons/
|
|
node_modules/
|
|
editors/vscode/test-dist/
|
|
editors/vscode/out/
|
|
editors/vscode/.vscode-test/**
|
|
*.toml
|
|
*.txt
|
|
*.lock
|
|
*.md
|
|
|
|
.env
|
|
.env.*
|
|
|
|
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|