-
-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (42 loc) · 628 Bytes
/
.gitignore
File metadata and controls
43 lines (42 loc) · 628 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
# --- OS Metadata ---
.DS_Store
Thumbs.db
desktop.ini
# --- Dependencies ---
/node_modules/
# --- Logs ---
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# --- Environment & Secrets ---
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local
# --- Build & Output ---
/dist/
/dist_electron/
/out/
/release/
/coverage/
docs/dist/
resources/theme/
/build/*
!/build/icons/
!/build/installer.nsh
!/build/entitlements.mac.plist
release-notes.md
.github/prompts
.shared/
dev-app-update.yml
test.js
scripts/*.yml
scripts/generateYmlFile.js
.yarnrc
remote-notice.json
cloc*.exe
!.gitkeep
7za.exe