You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.0KB

  1. # Created by https://www.gitignore.io/api/hugo,linux,macos
  2. # Edit at https://www.gitignore.io/?templates=hugo,linux,macos
  3. ### Hugo ###
  4. # Generated files by hugo
  5. /public/
  6. /resources/_gen/
  7. # Executable may be added to repository
  8. hugo.exe
  9. hugo.darwin
  10. hugo.linux
  11. ### Linux ###
  12. *~
  13. # temporary files which can be created if a process still has a handle open of a deleted file
  14. .fuse_hidden*
  15. # KDE directory preferences
  16. .directory
  17. # Linux trash folder which might appear on any partition or disk
  18. .Trash-*
  19. # .nfs files are created when an open file is removed but is still being accessed
  20. .nfs*
  21. ### macOS ###
  22. # General
  23. .DS_Store
  24. .AppleDouble
  25. .LSOverride
  26. # Icon must end with two \r
  27. Icon
  28. # Thumbnails
  29. ._*
  30. # Files that might appear in the root of a volume
  31. .DocumentRevisions-V100
  32. .fseventsd
  33. .Spotlight-V100
  34. .TemporaryItems
  35. .Trashes
  36. .VolumeIcon.icns
  37. .com.apple.timemachine.donotpresent
  38. # Directories potentially created on remote AFP share
  39. .AppleDB
  40. .AppleDesktop
  41. Network Trash Folder
  42. Temporary Items
  43. .apdisk
  44. # End of https://www.gitignore.io/api/hugo,linux,macos