hugo-tufte/.gitignore

58 lines
759 B
Text
Raw Normal View History

2023-04-14 18:23:24 +02:00
## 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
2023-04-14 18:39:58 +02:00
2023-04-14 18:23:24 +02:00
# Generated files by hugo
/public/
2023-04-14 18:39:58 +02:00
exampleSite/public/*
2023-04-14 18:23:24 +02:00
/resources/_gen/
/exampleSite/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
2023-04-14 18:39:58 +02:00
# Node
2021-11-03 23:10:50 +01:00
package-lock.json
2023-04-14 18:39:58 +02:00
node_modules
2023-04-14 18:23:24 +02:00
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
.hugo_build.lock