diff options
| author | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-08-08 21:30:23 +0800 |
|---|---|---|
| committer | Richard-Qin-X <richard.qin.001@gmail.com> | 2026-08-08 21:30:23 +0800 |
| commit | bce6be90883b107285faa56acf0081b54daa3aa9 (patch) | |
| tree | 0893f99b5debe074f1596b6cfc6d3c86da34ca42 /.gitignore | |
Initialize personal website
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03bf7cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +/public/ +/resources/ +/.hugo_build.lock + +# Local specifications; intentionally excluded from version control. +/docs/DESIGN.md +/docs/IMPLEMENTATION.md +/docs/ACCEPTANCE.md +/docs/VISUAL_REVIEW.md + +# Local acceptance fixtures. Remove a line when replacing it with real content. +/content/journal/_index.md +/content/journal/2026/07/a-small-place-on-the-open-web/ +/content/journal/2026/08/why-i-still-like-plain-text/ +/content/notes/_index.md +/content/notes/rss/ +/content/notes/linux/ +/content/projects/_index.md +/content/links/_index.md +/static/about.txt +/static/now.txt |
