mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 04:46:58 +01:00
51 lines
690 B
Text
51 lines
690 B
Text
|
## custom
|
||
|
|
||
|
/_drafts/
|
||
|
|
||
|
## macos
|
||
|
|
||
|
# General
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
|
||
|
# Icon must end with two \r
|
||
|
Icon
|
||
|
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Files that might appear in the root of a volume
|
||
|
.DocumentRevisions-V100
|
||
|
.fseventsd
|
||
|
.Spotlight-V100
|
||
|
.TemporaryItems
|
||
|
.Trashes
|
||
|
.VolumeIcon.icns
|
||
|
.com.apple.timemachine.donotpresent
|
||
|
|
||
|
# Directories potentially created on remote AFP share
|
||
|
.AppleDB
|
||
|
.AppleDesktop
|
||
|
Network Trash Folder
|
||
|
Temporary Items
|
||
|
.apdisk
|
||
|
|
||
|
## hugo
|
||
|
|
||
|
# Generated files by hugo
|
||
|
/public/
|
||
|
/resources/_gen/
|
||
|
/exampleSite/resources/_gen/
|
||
|
/assets/jsconfig.json
|
||
|
hugo_stats.json
|
||
|
|
||
|
# Executable may be added to repository
|
||
|
hugo.exe
|
||
|
hugo.darwin
|
||
|
hugo.linux
|
||
|
|
||
|
# Temporary lock file while building
|
||
|
.hugo_build.lock
|