Files
.github
public
scripts
src
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.gitignore
.lintstagedrc.js
.npmrc
.nvmrc
.prettierrc
.watchmanconfig
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
crowdin.yml
docker-compose.yml
now.json
package-lock.json
package.json
tsconfig.json
excalidraw/.gitignore
Aakansha Doshi a18342b5b5 Refactor LayerUI ()
* 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