mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
26 lines
286 B
Text
26 lines
286 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.output
|
|
stats.html
|
|
stats-*.json
|
|
.wxt
|
|
web-ext.config.ts
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|