55 lines
434 B
Plaintext
55 lines
434 B
Plaintext
\*.log
|
|
.git
|
|
.github
|
|
|
|
# editor
|
|
|
|
.idea
|
|
.vscode
|
|
|
|
# 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
|
|
|
|
.changeset
|
|
references
|
|
examples
|
|
CHANGESETS.md
|
|
CONTRIBUTING.md
|
|
README.md
|
|
LICENSE
|