40 lines
484 B
Plaintext
40 lines
484 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Coverage directory generated when running tests with coverage
|
|
coverage
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Node version directives
|
|
.nvmrc
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
|
|
# Build output
|
|
dist
|
|
dist-types
|
|
|
|
# Temporary change files created by Vim
|
|
*.swp
|
|
|
|
# MkDocs build output
|
|
site
|
|
|
|
# Local configuration files
|
|
*.local.yaml
|
|
|
|
# Sensitive credentials
|
|
*-credentials.yaml
|