52 lines
537 B
Plaintext
52 lines
537 B
Plaintext
dist*
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
node_modules
|
|
*.log
|
|
tmp
|
|
temp
|
|
coverage
|
|
.nyc_output
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Ignore dist
|
|
dist
|
|
|
|
# Ignore .cache
|
|
.cache
|
|
|
|
# Ignore .env
|
|
.env
|
|
|
|
# Ignore .env.local
|
|
.env.local
|
|
|
|
# Ignore .env.development.local
|
|
.env.development.local
|
|
|
|
# Ignore .env.test.local
|
|
.env.test.local
|
|
|
|
# Ignore .env.production.local
|
|
.env.production.local
|
|
|
|
# Ignore .npmrc
|
|
.npmrc
|
|
|
|
# Ignore .yarnrc
|
|
.yarnrc
|
|
|
|
# Ignore .yarnclean
|
|
.yarnclean
|
|
|
|
# Ignore .nvmrc
|
|
.nvmrc
|
|
|
|
# Ignore package-lock.json
|
|
package-lock.json
|
|
|
|
# Ignore yarn.lock
|
|
yarn.lock
|