diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-16 16:48:48 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-16 16:48:48 +0100 |
| commit | 1768191b23e2ab224cb584f3301da66db75acdc9 (patch) | |
| tree | 4a072e14e0301a5eaae878b5ab5980d3e442eebe /174bg/handbook/.gitignore | |
| parent | d723827b91cbe59a7ccbb12942172ed00cc2006e (diff) | |
| download | unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar.gz unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar.bz2 unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.tar.xz unnamed-group-1768191b23e2ab224cb584f3301da66db75acdc9.zip | |
replace handbook with vitepress
Diffstat (limited to '174bg/handbook/.gitignore')
| -rw-r--r-- | 174bg/handbook/.gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/174bg/handbook/.gitignore b/174bg/handbook/.gitignore index e518bde..d7b28ba 100644 --- a/174bg/handbook/.gitignore +++ b/174bg/handbook/.gitignore @@ -1,3 +1,4 @@ /node_modules/ -/.wrangler -/public/
\ No newline at end of file +/.vitepress/cache/ +/.vitepress/dist/ +/.wrangler/
\ No newline at end of file |
