-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (41 loc) · 736 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (41 loc) · 736 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
49
50
# Dependencies
node_modules/
# Build output
dist/
src-tauri/target/
*.tsbuildinfo
# Environment
.env
.env.*
!.env.example
.secrets/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Local identity fallback material
iroh-secret-key.hex
iroh-secret-key.hex.tmp
# Tauri
src-tauri/gen/*
!src-tauri/gen/android/
!src-tauri/gen/android/**
src-tauri/icons/*.png
src-tauri/icons/*.ico
src-tauri/icons/*.icns
!src-tauri/icons/icon.ico
!src-tauri/icons/icon.png
!src-tauri/icons/32x32.png
!src-tauri/icons/128x128.png
!src-tauri/icons/128x128@2x.png
# sled database files
*.db/
# Local benchmark outputs - keep only latest.{csv,json} tracked
docs/reports/raw/local/*-local.csv
docs/reports/raw/local/*-local.json