-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (39 loc) · 551 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (39 loc) · 551 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Local dependencies and caches
node_modules/
.cache/
.parcel-cache/
.vite/
docs/.vitepress/cache/
docs/.vitepress/dist/
docs/public/icon.svg
# Build and packaged extension output
dist/
dist-firefox/
build/
release/
releases/
artifacts/
public/injected/
*.zip
*.crx
*.xpi
*.pem
# Test output and local reports
coverage/
test-results/
playwright-report/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local-only scripts and scratch tools
tools/
scripts/
tmp/
temp/
*.local.*
# Editor and OS files
.DS_Store
Thumbs.db
.idea/