# vscode
.vscode 

# Intellij
*.iml
.idea

# npm
node_modules

# 不要将编译后的 `main.js` 文件放入代码库中。应该将其上传到 GitHub 发布版中。
main.js

# Exclude sourcemaps
*.map

# obsidian
data.json

# 排除macOS Finder （System Explorer）视图状态
.DS_Store

# 无
笔记.md
repealed.ts
i18n

# 参考资料
参考