.gitignore 921 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Created by https://www.toptal.com/developers/gitignore/api/hugo,macos
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=hugo,macos
  3. ### Hugo ###
  4. # Generated files by hugo
  5. #/public/
  6. /resources/_gen/
  7. /assets/jsconfig.json
  8. hugo_stats.json
  9. # Executable may be added to repository
  10. hugo.exe
  11. hugo.darwin
  12. hugo.linux
  13. # Temporary lock file while building
  14. /.hugo_build.lock
  15. ### macOS ###
  16. # General
  17. .DS_Store
  18. .AppleDouble
  19. .LSOverride
  20. # Icon must end with two \r
  21. Icon
  22. # Thumbnails
  23. ._*
  24. # Files that might appear in the root of a volume
  25. .DocumentRevisions-V100
  26. .fseventsd
  27. .Spotlight-V100
  28. .TemporaryItems
  29. .Trashes
  30. .VolumeIcon.icns
  31. .com.apple.timemachine.donotpresent
  32. # Directories potentially created on remote AFP share
  33. .AppleDB
  34. .AppleDesktop
  35. Network Trash Folder
  36. Temporary Items
  37. .apdisk
  38. ### macOS Patch ###
  39. # iCloud generated files
  40. *.icloud
  41. # End of https://www.toptal.com/developers/gitignore/api/hugo,macos