-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (36 loc) · 772 Bytes
/
.gitignore
File metadata and controls
43 lines (36 loc) · 772 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
# macOS
.DS_Store
# .env files
.env
.env.local
.env.*.local
# Claude Code local configuration
.claude/
# OpenClaw runtime data (contains secrets, workspace, and config)
# Keep directory structure but ignore all contents except .gitkeep and openclaw.json template
openclaw-data/**/*
!openclaw-data/.gitkeep
!openclaw-data/config/
!openclaw-data/config/.gitkeep
!openclaw-data/config/.openclaw/
!openclaw-data/config/.openclaw/openclaw.json
!openclaw-data/workspace/
!openclaw-data/workspace/.gitkeep
!openclaw-data/pomerium-ssh/
!openclaw-data/pomerium-ssh/.gitkeep
# SSH keys (Pomerium setup)
pomerium_user_ca_key
pomerium_user_ca_key.pub
ssh_host_*_key
ssh_host_*_key.pub
# Docker
*.log
# Editor and IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Temporary files
tmp/
temp/