hugo-theme-next/.gitignore
2024-07-21 14:18:29 +08:00

32 lines
586 B
Plaintext

# Ignore files in Hugo NexT theme
exampleSite/*
# Exclude special files in content folder
exampleSite/content/**/
!exampleSite/content
!exmapleSite/content/about.md
!exampleSite/content/archives
!exampleSite/content/post
!exampleSite/content/post/image-viewer
# Exclude special files in data folder
!exampleSite/data
# Exclude special files in layouts folder
!exampleSite/layouts
# Exclude special files in static folder
!exampleSite/static
# Exclude special files
!exampleSite/config.yaml
!exampleSite/startup.sh
data/*
!data/config.yaml
!data/resources.yaml
# vscode
.vscode/