mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
* chore(gitignore): add .idea to gitignore * refactor(layerui): pass named function to react.memo so that in dev tools the name shows up This makes debugging easier as well * refactor(layerui): break the functional component into multiple render methods
15 lines
140 B
Text
15 lines
140 B
Text
*.log
|
|
.DS_Store
|
|
.envrc
|
|
.now
|
|
.vscode
|
|
build
|
|
firebase/
|
|
logs
|
|
node_modules
|
|
npm-debug.log*
|
|
static
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
yarn.lock
|
|
.idea
|