xcloud-ai_quick-codeblock/.gitignore
2026-07-14 16:20:29 +08:00

24 lines
395 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Obsidian runtime data (用户本地设置,不入库)
data.json
# Dependencies
node_modules/
# Logs
*.log
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# Editor
.idea/
.vscode/
*.swp
*.swo
# Build output (if using TypeScript compilation)
# 注意:本插件的 main.js 是手写纯 JS需要入库
# 如果改用 TS 编译流程,取消下面注释让 main.js 成为编译产物
# main.js