forked from dallay/agentsync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (82 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
88 lines (82 loc) · 1.35 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
# Generated by Cargo
/target/
/target-linux/
debug/
*.pdb
# Cargo.lock is included for binary crates
# Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test artifacts
*.profraw
*.profdata
# Release artifacts (these go in GitHub releases, not the repo)
*.tar.gz
*.zip
agentsync-*
# NPM
npm/agentsync/lib/
npm/agentsync/node_modules/
npm/agentsync/*.tgz
node_modules/
.pnpm-store/
pnpm-debug.log
perf_test_data/
tmp
# START AI Agent Symlinks
.agent/commands
.agent/commands.bak
.agent/rules/
.agent/rules/instructions.md
.agent/rules/instructions.md.bak
.agent/skills
.agent/skills.bak
.agent/skills/
.agents/skills/*.bak
.claude/commands
.claude/commands.bak
.claude/commands/
.claude/skills
.claude/skills.bak
.claude/skills/
.codex/commands
.codex/commands.bak
.codex/config.toml
.codex/instructions.md
.codex/instructions.md.bak
.codex/skills
.codex/skills.bak
.gemini/commands
.gemini/commands.bak
.gemini/commands/
.gemini/settings.json
.gemini/skills
.gemini/skills.bak
.gemini/skills/
.github/agents
.github/agents.bak
.github/copilot-instructions.md
.github/copilot-instructions.md.bak
.opencode/command
.opencode/command.bak
.opencode/command/
.opencode/skills
.opencode/skills.bak
.opencode/skills/
.vscode/mcp.json
/.mcp.json
/AGENTS.md
/AGENTS.md.bak
/CLAUDE.md
/CLAUDE.md.bak
/GEMINI.md
/GEMINI.md.bak
/opencode.json
# END AI Agent Symlinks