.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
* 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
|