Files
wiki/.gitignore
vorpax d9862eae65
Some checks failed
Build and Push Docker Image - HEC IA Wiki / build-and-push (push) Has been cancelled
feat: add support for multiple content types in index page and sorting functions
2026-01-29 11:51:55 +01:00

30 lines
302 B
Plaintext

# 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
# jetbrains setting folder
.idea/
# pagefind
public/pagefind
SETUP.md