-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (44 loc) · 754 Bytes
/
.gitignore
File metadata and controls
49 lines (44 loc) · 754 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
# Dependencies
node_modules/
frontend/node_modules/
# Build outputs
dist/
frontend/dist/
.desktop-build/
src-tauri/target/
src-tauri/gen/
src-tauri/resources/sidecar/hexnest-node-runtime-*
src-tauri/icons/**
!src-tauri/icons/
!src-tauri/icons/32x32.png
!src-tauri/icons/128x128.png
!src-tauri/icons/icon.icns
!src-tauri/icons/icon.ico
!src-tauri/icons/icon.png
# Local databases and identities
.hexnest.db
.hexnest-identity.json
.hexnest-runtime.json
# Environment variables
.env
.env.local
.env.*.local
# Logs and tests
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
coverage/
test-results/
# Editor and OS files
.vscode/*
!.vscode/extensions.json
.idea/
.DS_Store
Thumbs.db
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?