-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (56 loc) · 734 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (56 loc) · 734 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
52
53
54
55
56
57
58
59
60
61
62
63
# Dependencies and generated output
node_modules/
apps/*/dist/
release/
coverage/
.vite/
*.tsbuildinfo
# Runtime data and Minecraft instances
runtime/*
!runtime/.keep
Server/*
!Server/.keep
# Secrets and local configuration
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.crt
*.credential
# Packaged runtimes and release archives
/node.exe
/BlockPilot-Start.exe
/node_app.exe
*.zip
*.7z
*.tar
*.tar.gz
*.tgz
*.rar
*.exe
# Logs, databases and backups
*.log
*.sqlite
*.sqlite3
*.db
*.db-wal
*.db-shm
*.bak
# Editors and operating systems
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
desktop.ini
# Test and temporary files
.tmp/
tmp/
temp/
*.tmp
# Windows source launcher dependency fingerprint
.blockpilot-npm-lock.sha256