mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 00:01:30 +00:00
- Added a pattern to ignore nyaterm-mcp binaries in the src-tauri directory. - Ensured the .trae file is included in the ignore list for cleaner repository management.
41 lines
417 B
Plaintext
41 lines
417 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
docs-site/node_modules
|
|
docs-site/build
|
|
docs-site/.docusaurus
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
target/
|
|
src-tauri/binaries/nyaterm-mcp-*
|
|
temp/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# AI
|
|
.cursor
|
|
.claude
|
|
.codex
|
|
.trae
|