Compare commits

..

No commits in common. "ab7bf54a31800ff74dc4d6b5834c429dfa590777" and "ead81a6cdd0831eb007f074f3c357075f17edcdb" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,6 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/treefmt.go/',
title: "Treefmt",
description: "one CLI to format your repo",

View File

@ -24,8 +24,8 @@
filter {
root = ../.;
exclude = [
"nix/"
"docs/"
"nix"
"docs"
"README.md"
"default.nix"
"shell.nix"