Files
integration/.gitignore
Emmanuel Pelletier 16cb2c3474 website: do no rely on integration npm package for gaufre logos
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
2024-11-14 15:18:29 +01:00

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