###
### Project.
###
### 项目.
###
##
## Exclude the npm lock file.
##
## 排除 npm 的锁文件.
##
/package-lock.json
/plugin
##
## Exclude the dependencies of the package.
##
## 排除包的依赖项.
##
/node_modules

##
## Exclude the sourcemaps.
##
## 排除资源映射表.
##
/**/*.map

##
## Exclude the data.json file automatically generated by Obsidian.
##
## 排除由 Obsidian 自动生成的 data.json 文件.
##
/data.json

##
## DO NOT include the compiled main.js file in the repo.
## It should be uploaded to GitHub Releases instead.
##
## 不要将编译好的 main.js 和 styles.css 文件包含在仓库里.
## 它应该提交到 GitHub Releases 当中.
##
/main.js
/styles.css

###
### Others.
###
### 其它.
###

##
## Exclude the IDE config files.
##
## 排除集成开发环境的配置文件.
##
/.vscode
/.idea
/**/*.iml

##
## Exclude the macOS Finder view state files.
##
## 排除 macOS 访达的视图状态文件.
##
/**/.DS_Store

##
## 排除macOS 自动生成一些以 ._ 开头的文件（也称为AppleDouble文件或资源分支文件）
##
._*
