47 lines
438 B
Plaintext
47 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?
|
|
|
|
# Yarn
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
|
|
# Project
|
|
node_modules
|
|
dist
|
|
out
|
|
build/icons
|
|
stats.html
|
|
|
|
# ENV
|
|
.env
|
|
.env.*
|
|
|
|
# Local
|
|
local
|