-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
55 lines (48 loc) · 739 Bytes
/
.dockerignore
File metadata and controls
55 lines (48 loc) · 739 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
# Build artifacts and caches - EXCLUDE FROM DOCKER BUILD
target/
*/target/
**/target/
Cargo.lock
node_modules/
*/node_modules/
**/node_modules/
.next/
*/dist/
build/
*/build/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
*.tmp
*.log
# Git and development
.git/
.gitignore
*.md
README.md
LICENSE
# Test and development data
testing/
**/testing/
node_data/
data/
logs/
# Backup and temporary files
backups/
ARCHIVE/
*.bak
*.backup
temp/
tmp/
# Large development artifacts
applications/qnet-wallet/dist/
applications/qnet-explorer/frontend/node_modules/
applications/qnet-explorer/frontend/.next/
applications/qnet-mobile/node_modules/
# Only include essential source code for production build