45 lines
438 B
Plaintext
45 lines
438 B
Plaintext
# Logs
|
|
logs
|
|
*.log*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
.yarn-cache
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# NPM
|
|
npm/*/*
|
|
!npm/*/dist
|
|
!npm/*/package.json
|
|
!npm/*/*.js
|
|
|
|
# Yarn
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Project
|
|
node_modules
|
|
dist
|
|
out
|
|
|
|
# ENV
|
|
.env
|
|
.env.*
|