mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
a18342b5b5
* 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
16 lines
140 B
Plaintext
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
|