From d8651a780b3601d9ae4f1cea659ea6eea9bc0952 Mon Sep 17 00:00:00 2001 From: eversiege Date: Fri, 18 Oct 2024 09:17:22 +0000 Subject: [PATCH] my dumb ass gitignored the gitignore my bad --- .gitignore | 4 ++-- docs/.gitignore | 21 +++++++++++++++++++++ docs/dimensional-debris/astro.config.mjs | 1 + 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 docs/.gitignore diff --git a/.gitignore b/.gitignore index 849477e..3fbca7b 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ boot/opencore-image-ng.sh boot/mnt docs/.screenshots BaseSystem.dmg -.gitignore + boot.xml ovmf/OVMF_VARS_PT.fd resources/.notices @@ -58,4 +58,4 @@ resources/BaseSystem.dmg resources/BaseSystem.img testVM/ docs/_site -docs/.history \ No newline at end of file +docs/.history diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..6240da8 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,21 @@ +# build output +dist/ +# generated types +.astro/ + +# dependencies +node_modules/ + +# logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + + +# environment variables +.env +.env.production + +# macOS-specific files +.DS_Store diff --git a/docs/dimensional-debris/astro.config.mjs b/docs/dimensional-debris/astro.config.mjs index 9beeb21..1efd374 100644 --- a/docs/dimensional-debris/astro.config.mjs +++ b/docs/dimensional-debris/astro.config.mjs @@ -28,6 +28,7 @@ export default defineConfig({ { label: 'Changelogs', autogenerate: { directory: 'changelogs' }, + collapsed: true, }, { label: 'Reference',