christianermann.dev-hugo

The Hugo source for my website
git clone git://git.christianermann.dev/christianermann.dev-hugo
Log | Files | Refs | Submodules | README

.gitignore (433B)


      1 # General
      2 .DS_Store
      3 .AppleDouble
      4 .LSOverride
      5 
      6 # Icon must end with two \r
      7 Icon
      8 
      9 # Thumbnails
     10 ._*
     11 
     12 # Files that might appear in the root of a volume
     13 .DocumentRevisions-V100
     14 .fseventsd
     15 .Spotlight-V100
     16 .TemporaryItems
     17 .Trashes
     18 .VolumeIcon.icns
     19 .com.apple.timemachine.donotpresent
     20 
     21 # Directories potentially created on remote AFP share
     22 .AppleDB
     23 .AppleDesktop
     24 Network Trash Folder
     25 Temporary Items
     26 .apdisk
     27 
     28 # Hugo build directory
     29 public