nix packaging
Still requires manual addition of modules and tweaking pagefind.
This commit is contained in:
parent
ffdbd0e614
commit
a787497feb
5 changed files with 147 additions and 9 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
# build output
|
||||
dist/
|
||||
/result
|
||||
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
|
@ -13,17 +15,13 @@ yarn-debug.log*
|
|||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# jetbrains setting folder
|
||||
# IDE folders
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# direnv
|
||||
/.envrc
|
||||
/.direnv/
|
||||
|
||||
modules/
|
||||
modules_old/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue