d6cd8b78f1
* feat: decouple package deps and introduce yarn workspaces * update root directory * fix * fix scripts * fix lint * update path in scripts * remove yarn.lock files from packages * ignore workspace * dummy * dummy * remove comment check * revert workflow changes * ignore ws when installing gh actions * remove log * update path * fix * fix typo
31 lines
466 B
Plaintext
31 lines
466 B
Plaintext
.DS_Store
|
|
.env.development.local
|
|
.env.local
|
|
.env.production.local
|
|
.env.test.local
|
|
.envrc
|
|
.eslintcache
|
|
.history
|
|
.idea
|
|
.vercel
|
|
.vscode
|
|
.yarn
|
|
*.log
|
|
*.tgz
|
|
build
|
|
dist
|
|
firebase
|
|
logs
|
|
node_modules
|
|
npm-debug.log*
|
|
package-lock.json
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
packages/excalidraw/types
|
|
packages/excalidraw/example/public/bundle.js
|
|
packages/excalidraw/example/public/excalidraw-assets-dev
|
|
packages/excalidraw/example/public/excalidraw.development.js
|
|
coverage
|
|
dev-dist
|
|
html
|