-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gcloudignore
More file actions
80 lines (70 loc) · 1 KB
/
.gcloudignore
File metadata and controls
80 lines (70 loc) · 1 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
# Ignore development files and folders
.git/
.gitignore
node_modules/
.env*
.DS_Store
# Test files
test/
*.test.js
*.test.jsx
*.spec.js
*.spec.jsx
__tests__/
# Documentation
*.md
!README.md
AI_*.md
GIT_*.md
CLAUDE*.md
MCP_*.md
PRODUCTION*.md
SEMANTIC_*.md
TODO_*.md
TROUBLESHOOTING*.md
TTL_*.md
REFACTORING*.md
STORAGE_*.md
COMPREHENSIVE_*.md
DYNAMIC_*.md
RDF_*.md
REDSTRING_*.md
SHARED_*.md
# Development tools
eslint.config.js
vite.config.js
.vscode/
.idea/
# Temporary files
*.log
*.tmp
*.temp
bridge.log
mcp-server.log
# Source maps (optional - remove if you don't need them in prod)
dist/**/*.map
# Development scripts
ai-connection-wizard*.js
debug-*.js
demo-*.js
diagnose-*.js
test-*.js
setup-oauth.js
setup-oauth.md
# Data and logs
data/
events/
universes/
backup.redstring
universe.redstring
cognitive-space*.nq
# Python files (if any)
*.py
*.pyc
# Scripts folder
scripts/
# Development only deployments (but keep server.js and Dockerfile)
deployment/k8s/
deployment/nginx/
deployment/gcp/
docker-compose.yml