| 12345678910111213141516171819202122232425262728293031 |
- # ---> macOS
- .DS_Store
- .AppleDouble
- .LSOverride
- # Icon must end with two \r
- Icon
- # Thumbnails
- ._*
- # Files that might appear in the root of a volume
- .DocumentRevisions-V100
- .fseventsd
- .Spotlight-V100
- .TemporaryItems
- .Trashes
- .VolumeIcon.icns
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
- # 忽略子目录下的自动化部署脚本
- /user-help-docs/deploy.sh
- # 忽略 MkDocs 构建生成的产物目录
- /user-help-docs/site/
|