mirror of
https://github.com/AdsPower/adspower-browser.git
synced 2026-09-19 03:08:18 +08:00
71 lines
838 B
Plaintext
71 lines
838 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.pnpm-store/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
out/
|
|
.output/
|
|
|
|
# IDE and editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
|
|
# Cache and temporary files
|
|
.cache/
|
|
.temp/
|
|
.tmp/
|
|
coverage/
|
|
*.log
|
|
.eslintcache
|
|
|
|
# System files
|
|
Thumbs.db
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Local files
|
|
*.local
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Typescript
|
|
*.tsbuildinfo
|
|
.cursor
|
|
.agents
|
|
|
|
# adspower-browser
|
|
packages/adspower-browser/cli
|
|
packages/adspower-browser/cwd/**
|
|
!packages/adspower-browser/cwd/lib/
|
|
!packages/adspower-browser/cwd/lib/main.min.js
|
|
|
|
# superpower
|
|
docs/
|
|
.worktrees/ |