mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
* 🔧 Add `pnpm-workspace` configuration * 🔧 Add `pnpm-lock` file * ♻️ Replace `yarn` with `pnpm` in root package.json * 🔥 Remove yarn binary * ⬆️ Bump `next-pwa` dependencies * 🔥 Remove yarn lockfile * ♻️ Replace `yarn` with `pnpm` in gitmojis package * ♻️ Replace `yarn` with `pnpm` in website package * ♻️ Replace `yarn` with `pnpm` in GitHub workflows * ♻️ Adjust `lintstagedrc` prettier arguments * 📝 Update documentation * ♻️ Replace `yarn` with `pnpm` in git hooks * 🔥 Remove yarn refs from git files * ⬆️ Update `clipboard` dependency * 👷♂️ Install pnpm in GitHub Actions * 🔥 Remove unnecessary `exec` c md * 📝 Update documentation * 🔧 Specify pnpm as an engine
26 lines
408 B
Plaintext
26 lines
408 B
Plaintext
.DS_Store
|
|
dist/
|
|
node_modules/
|
|
.publish/
|
|
.next
|
|
out/
|
|
coverage/
|
|
.eslintcache
|
|
*.log
|
|
.pnp.*
|
|
|
|
# next-pwa
|
|
packages/website/public/workbox-*.js
|
|
packages/website/public/workbox-*.js
|
|
packages/website/public/sw.js
|
|
packages/website/public/sw.js
|
|
packages/website/public/*.map
|
|
|
|
# next-sitemap
|
|
packages/website/public/robots.txt
|
|
packages/website/public/sitemap.xml
|
|
packages/website/public/sitemap-*.xml
|
|
|
|
# TS
|
|
*.tsbuildinfo
|