hugo-theme-next/.gitignore
2022-07-26 22:18:43 +08:00

18 lines
326 B
Plaintext

# Ignore files in Hugo NexT theme
exampleSite/*
# Exclude special files in content folder
!exampleSite/content
exampleSite/content/*
!exampleSite/content/archives
!exampleSite/content/post
# Exclude special files in static folder
!exampleSite/static
# Exclude special files
!exampleSite/config.yaml
!exampleSite/start.sh