-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (43 loc) · 1.09 KB
/
Copy path.gitignore
File metadata and controls
52 lines (43 loc) · 1.09 KB
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
44
45
46
47
48
49
50
51
52
# Dependencies
node_modules/
.pnpm-store/
# Build output
dist/
dist-ssr/
src-tauri/target/
src-tauri/gen/
# Runtime artifacts staged for packaging
src-tauri/runtime-cache/
# The download page reuses the application's brand mark rather than keeping a
# second copy of it. The deploy workflow copies assets/ in at publish time; this
# is where a copy lands when the page is served locally to look at.
website/assets/
# Written by the release workflow on Windows runners, and only there. It names
# one Azure signing account, which belongs to whoever cuts the release rather
# than to this repository — and committing it would make every local Windows
# build demand a signing tool that is not installed.
src-tauri/tauri.windows.conf.json
# Local working notes and scratch captures
.workflow/
.firecrawl/
.tmp-*/
# The development plan is a working note, not a published document.
docs/ROADMAP.zh-CN.md
# Editor / OS
.DS_Store
Thumbs.db
*.local
.idea/
.vscode/*
!.vscode/extensions.json
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# Test / coverage
coverage/
.vitest/
# Secrets
.env
.env.*
!.env.example