.gitignore 543 B

1234567891011121314151617181920212223242526272829303132
  1. # ---> macOS
  2. .DS_Store
  3. .AppleDouble
  4. .LSOverride
  5. # Icon must end with two \r
  6. Icon
  7. # Thumbnails
  8. ._*
  9. # Files that might appear in the root of a volume
  10. .DocumentRevisions-V100
  11. .fseventsd
  12. .Spotlight-V100
  13. .TemporaryItems
  14. .Trashes
  15. .VolumeIcon.icns
  16. # Directories potentially created on remote AFP share
  17. .AppleDB
  18. .AppleDesktop
  19. Network Trash Folder
  20. Temporary Items
  21. .apdisk
  22. # 忽略子目录下的自动化部署脚本
  23. /user-help-docs/deploy.sh
  24. # 忽略 MkDocs 构建生成的产物目录
  25. /user-help-docs/site/
  26. **/.DS_Store