-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.dockerignore
More file actions
74 lines (60 loc) · 965 Bytes
/
Copy path.dockerignore
File metadata and controls
74 lines (60 loc) · 965 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
64
65
66
67
68
69
70
71
72
73
74
# Version control
.git
.gitignore
# Documentation
README.md
*.md
docs/
# Development files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Test files
*_test.go
# Exclude most data files but keep essential ones for deployment
data/*
!data/railway-mysql-init.sql
!data/railway-init.sql
test/
tests/
# CI/CD files (unless needed)
.github/
# Docker files
Dockerfile*
.dockerignore
docker-compose*.yml
# Build artifacts
*.exe
*.dll
*.so
*.dylib
sql-graph-visualizer
# Temporary files
*.tmp
*.temp
*.log
logs/
# IDE files
*.code-workspace
# Coverage files
*.out
coverage/
# Scripts (unless needed in container)
scripts/
# Local development config (use config-test.yml or mounted configs instead)
config/local*
.env*
# Dependencies that will be downloaded during build
vendor/
# Generated files that shouldn't be in Docker context
internal/application/services/graphql/generated/