-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (67 loc) · 1.18 KB
/
Copy path.gitignore
File metadata and controls
77 lines (67 loc) · 1.18 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# ---------- Node.js / dependencies ----------
node_modules/
# ---------- Build artifacts ----------
dist/
src-tauri/target/
# ---------- Markdown docs policy ----------
*.md
*.MD
!README.md
# ---------- Internal docs ----------
PRD.md
IMPLEMENTATION_NOTES.md
docs/
# ---------- Local environment and secrets ----------
.npmrc
.env
.env.local
.env.*.local
*.local.json
config.json
# ---------- Runtime cache / local app data ----------
EBWebView/
AppData/
Roaming/
# ---------- Development and test outputs ----------
*.log
*.err.log
*.out.log
cargo-check*.log
cargo-check*.err.log
cargo-check*.out.log
tauri-check*.log
tauri-check*.err.log
tauri-check*.out.log
tauri-dev*.log
tauri-dev*.err.log
tauri-dev*.out.log
tauri-open*.log
tauri-open*.err.log
tauri-open*.out.log
tauri-dev-run*.log
tauri-dev-run*.err.log
tauri-dev-run*.out.log
test-output/
# ---------- Temporary screenshots ----------
dashboard-mvp.png
settings-mvp.png
detail-mvp.png
# ---------- Temporary dirty files ----------
document.title
document.title'
[{]
*.tmp
# ---------- IDE / editors ----------
.vscode/
.idea/
*.swp
*.swo
*~
*.suo
*.ntvs*
*.njsproj
*.sln
# ---------- OS files ----------
Thumbs.db
Desktop.ini
.DS_Store