forked from mirrors/hugo-tufte
57 lines
759 B
Text
57 lines
759 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
|
|
|
|
*.patch
|
|
|
|
# Generated files by hugo
|
|
/public/
|
|
exampleSite/public/*
|
|
/resources/_gen/
|
|
/exampleSite/resources/_gen/
|
|
/assets/jsconfig.json
|
|
hugo_stats.json
|
|
|
|
# Node
|
|
package-lock.json
|
|
node_modules
|
|
|
|
# Executable may be added to repository
|
|
hugo.exe
|
|
hugo.darwin
|
|
hugo.linux
|
|
|
|
# Temporary lock file while building
|
|
.hugo_build.lock
|