1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2024-11-10 11:35:52 +01:00
excalidraw/.gitignore
Aakansha Doshi a18342b5b5
Refactor LayerUI (#1434)
* 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
2020-04-17 22:24:19 +02:00

16 lines
140 B
Plaintext

*.log
.DS_Store
.envrc
.now
.vscode
build
firebase/
logs
node_modules
npm-debug.log*
static
yarn-debug.log*
yarn-error.log*
yarn.lock
.idea