22 lines
234 B
Plaintext
22 lines
234 B
Plaintext
# Build artifacts
|
|
dist/
|
|
*.xpi
|
|
*.zip
|
|
|
|
# Node / package manager
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Local captures and temp files
|
|
*.har
|
|
*.log
|
|
*.tmp
|
|
|
|
# OS / editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|