47 lines
398 B
Plaintext
47 lines
398 B
Plaintext
# Editors/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
*.log
|
|
|
|
# Node
|
|
node_modules/
|
|
*.tsbuildinfo
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
.cache/
|
|
.tmp/
|
|
.temp/
|
|
coverage/
|
|
.eslintcache
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.local.*
|
|
|
|
# Patches/backups
|
|
*.bak
|
|
*.orig
|
|
*.rej
|
|
|
|
# Extension packaging
|
|
web-ext-artifacts/
|
|
*.crx
|
|
*.zip
|
|
|