while the idea is great at first, in fact it's a bit weird to publish a new package version for something people don't actually use except the docs website… and it makes it easier to publish website updates. Duplicate a bit to ease up everything
36 lines
489 B
Plaintext
36 lines
489 B
Plaintext
# build output
|
|
dist/
|
|
|
|
# content generated by build scripts
|
|
website/public/api/backgrounds/v1/*
|
|
|
|
# this folder contains shutterstock photos to resize/compress
|
|
website/src/assets/backgrounds/sources/*
|
|
|
|
packages/integration/*.tgz
|
|
|
|
# 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/
|
|
|
|
.aider*
|
|
!.gitkeep
|