-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (34 loc) · 634 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (34 loc) · 634 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
node_modules
dist
dist-electron
installer/**
!installer/.gitkeep
!installer/README.md
release
.vite
*.log
.DS_Store
.env
.env.local
.env.*.local
.idea
.claude
.vscode/*
!.vscode/extensions.json
*.tsbuildinfo
coverage
.nyc_output
.cache
.parcel-cache
# Local user icons (replace with placeholder kept in repo)
build/icons/icon.ico
build/icons/icon.icns
build/icons/icon.png
build/icons/*.bmp
build/icons/dmg-background.png
!build/icons/icon.svg
!build/icons/README.md
# Test outputs
test-results
playwright-report
# Discord RPC client config (keep your client ID local: `git update-index --skip-worktree electron/discordConfig.ts`)