mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
26 lines
253 B
Plaintext
26 lines
253 B
Plaintext
# build output
|
|
dist/
|
|
|
|
# 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
|
|
.idea/
|
|
.eslintcache
|
|
.vercel
|
|
.puppeteer
|
|
|
|
.vercel
|