27 lines
274 B
Plaintext
27 lines
274 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Dependency directories
|
|
/node_modules/
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
|
|
# Distribution
|
|
dist
|
|
|
|
# Eslint cache
|
|
.eslintcache
|