.gitignore (650B)
1 2 # Created by https://www.gitignore.io/api/macos,jekyll 3 # Edit at https://www.gitignore.io/?templates=macos,jekyll 4 5 ### Jekyll ### 6 _site/ 7 .sass-cache/ 8 .jekyll-cache/ 9 .jekyll-metadata 10 11 ### macOS ### 12 # General 13 .DS_Store 14 .AppleDouble 15 .LSOverride 16 17 # Icon must end with two \r 18 Icon 19 20 # Thumbnails 21 ._* 22 23 # Files that might appear in the root of a volume 24 .DocumentRevisions-V100 25 .fseventsd 26 .Spotlight-V100 27 .TemporaryItems 28 .Trashes 29 .VolumeIcon.icns 30 .com.apple.timemachine.donotpresent 31 32 # Directories potentially created on remote AFP share 33 .AppleDB 34 .AppleDesktop 35 Network Trash Folder 36 Temporary Items 37 .apdisk 38 39 # End of https://www.gitignore.io/api/macos,jekyll