-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (47 loc) · 696 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (47 loc) · 696 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
51
**/node_modules/
**/build/
app/binaries/
app/icons/
app/gen/
app/core
# Generated from *.template by app/sync-config.ts (source: shared/src/product.json)
app/tauri.conf.json
app/tauri.linux.conf.json
**/*.crt
**/*.key
frontend/.svelte-kit/
frontend/.vite-cache/
backend/data
data/
.secret_git
bun.lockb
bun.lockb.txt
package-lock.json
**/settings.json
**/peer-id.json
**/datastore/
**/*.lish
**/*.lishnet
vite.config.js.timestamp-*
.dev_intention
**/.idea/
**/cert.pem
**/key.pem
**/*.orig
# Editor/IDE local configs
.[a-z]*/
!.git/
!.github/
!.vs/
# Large binary files
**/*.iso
**/*.mkv
**/*.avi
**/*.mp4
# Runtime artifacts
backend.log
*.stackdump
*.bun-build
nul/
# Temp screenshots
*.png