website/.gitignore
2022-10-08 14:30:00 +05:30

26 lines
490 B
Plaintext

# Generated files by hugo
/public/
/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
# Generated content by lilacctl
content/articles/*
content/notes/*
content/likes/*
content/checkins/*
# Index files from generated content which should be tracked
!content/articles/_index.md
!content/notes/_index.md
!content/likes/_index.md
!content/checkins/_index.md