-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (37 loc) · 692 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (37 loc) · 692 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
44
45
46
47
48
# Dependencies
node_modules/
# Frontend build
dist/
# Rust / Cargo (default + custom target dir from npm scripts)
/target/
**/src-tauri/target/
**/src-tauri/target-codex/
# Tauri CLI output (regenerated by `tauri dev` / `tauri build`)
src-tauri/gen/
src-tauri/binaries/
# Logs
*.log
# Local browser profile used for UI checks
.chrome-ui-check/
# CodeGraph local cache (see .codegraph/.gitignore)
.codegraph/
# Environment and secrets
.env
.env.*
!.env.example
# OS files
Thumbs.db
ehthumbs.db
Desktop.ini
.DS_Store
# IDE / editor
.vscode/
.idea/
*.suo
*.user
*.userosscache
*.sln.docstates
# Debug / scratch artifacts
ui-check.png
# Installers (if bundling is enabled later)
*.msi