-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (65 loc) · 1.45 KB
/
Copy path.gitignore
File metadata and controls
75 lines (65 loc) · 1.45 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
# If you prefer a global ignore file, keep this minimal.
# Binaries
bin/
# The npm launcher is source, not a build artifact — un-exclude it from `bin/`
# above (a file cannot be re-included while its parent directory is excluded).
!build/npm/bin/
dist/**
dist/config.yaml
/osmedeus
# npm distribution: cross-compiled binaries + staged packages
build/dist-npm/
build/dist-npm-bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Go build artifacts
*.test
*.out
*.cover
coverage.out
coverage.html
# OS / editor
.DS_Store
.idea/
.vscode/
.trae
# cgo / compiler outputs
*.o
*.a
*.obj
# Logs
*.log
# SQLite databases (test artifacts)
*.sqlite
*.sqlite-shm
*.sqlite-wal
# Test workspace artifacts (state exports from executor tests)
internal/executor/*/run-*.json
internal/executor/*/run-*.yaml
test/integration/*-test/
!test/integration/*_test.go
.agents
.claude
OPTIMIZE.md
OPTIMIZE-*.md
PLANNING.md
PLANNING-*.md
INTERNAL.md
INTERNAL-*.md
# platform/ holds vendored copies of the standalone osmedeus sub-projects
# (dashboard, registry, workflow). Their sources are tracked here; their build
# outputs and dependency trees are not.
platform/*/node_modules/
platform/*/.next/
platform/*/build/
platform/*/out/
platform/*/coverage/
platform/*/.env*
platform/**/*.tsbuildinfo
platform/osmedeus-dashboard/next-env.d.ts
# The repo-wide .agents rule is for this repo's own agent config; the vendored
# sub-projects track theirs upstream, so a sync-out must not delete them.
!platform/*/.agents/