37 lines
331 B
Plaintext
37 lines
331 B
Plaintext
*.log
|
|
.git
|
|
.github
|
|
# editor
|
|
.idea
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# next.js
|
|
.next/
|
|
build
|
|
|
|
# packages
|
|
build
|
|
dist
|
|
packages/**/dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
.turbo
|
|
.vercel
|
|
.cache
|
|
.output
|
|
apps/**/public/build
|
|
|
|
cypress/screenshots
|
|
cypress/videos
|
|
|
|
apps/**/styles/tailwind.css
|
|
packages/**/styles/tailwind.css |