-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.dockerignore
More file actions
118 lines (97 loc) · 1.44 KB
/
Copy path.dockerignore
File metadata and controls
118 lines (97 loc) · 1.44 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Dependencies
node_modules/
# Build outputs (rebuilt in Docker)
dist/
build/
out/
*.tsbuildinfo
# Node and OS temp files
.npm/
.eslintcache/
.nyc_output/
# Git
.git/
.gitignore
# IDE and editor
.vscode/
.idea/
.gemini/
*.swp
*.swo
*~
# Documentation (not needed in image)
*.md
!README.md
docs/
# Development files
.env
.env.*
!.env.example
.dev.vars
*.log
logs/
# Local config files with secrets
config/*.local.json
config/secrets/
# Database / MySQL files
*.sql
*.dump
*.pem
*.key
*.pwd
# Local Server & Cluster Setup
mysqlrouter.conf
router-cluster.conf
test-server/infrastructure/router-data/
test-server/infrastructure/cluster-config/
test-server/infrastructure/innodb-cluster.yml
test-server/infrastructure/proxysql.cnf
test-server/
scripts/
# Keycloak (development server)
keycloak-*/
keycloak/
# MCP Registry tokens
.mcpregistry_github_token
.mcpregistry_registry_token
# Test files & configs
tests/
__tests__/
*.test.ts
*.spec.ts
coverage/
test-results.json
scripts/
# Keycloak (development server)
keycloak-*/
keycloak/
# MCP Registry tokens
.mcpregistry_github_token
.mcpregistry_registry_token
# Test files & configs
tests/
__tests__/
*.test.ts
*.spec.ts
coverage/
test-results.json
.test-output/
eslint.config.js
vitest.config.ts
# GitHub
.github/
# Misc
.DS_Store
Thumbs.db
releases/
tmp/
history.json
# Assets
social-preview.png
# Observability Configurations
grafana/
prometheus/
# Data mounts
data/
# Adamic Workflows Copies
.agents/