Skip to content

Commit

Permalink
my dumb ass gitignored the gitignore my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
eversiege committed Oct 18, 2024
1 parent 5f2aeba commit d8651a7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -58,4 +58,4 @@ resources/BaseSystem.dmg
resources/BaseSystem.img
testVM/
docs/_site
docs/.history
docs/.history
21 changes: 21 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions docs/dimensional-debris/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineConfig({
{
label: 'Changelogs',
autogenerate: { directory: 'changelogs' },
collapsed: true,
},
{
label: 'Reference',
Expand Down

0 comments on commit d8651a7

Please sign in to comment.