-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (74 loc) · 1.57 KB
/
Copy path.gitignore
File metadata and controls
95 lines (74 loc) · 1.57 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
# Go build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Coverage
*.out
coverage.html
# Go workspace
go.work
# Binary
./astonish
./astonish_bin
./test_bin
bin/
astonish-linux-*
astonish-sandbox-entrypoint
.buildx-cache/
# macOS specific files
.DS_Store
# Editor and IDE settings
.vscode/
.idea/
*.swp
*~
# Logs and debug files
*.log
*.bak
*.tmp
*.orig
# Local environment variables
.env
.env.*
!.env.example
!.env.*.example
# MCP config (may contain API tokens)
.mcp.json
# Node modules (for docs)
node_modules/
# MCP server directories (runtime)
mcp_servers/
# New local files
#AGENTS.md
#docs/specs/
/astonish
!/astonish/
# Helm secret values (contains credentials, never commit)
deploy/helm/astonish/values-dev.yaml
# E2E test run results (generated by make test-e2e)
tests/scenarios/.last-run.json
# E2E inspector binary (built by tools/e2e-inspector)
e2e-inspector
# Atlas preprocessed schema files (generated by Makefile, never commit)
schema/team/schema.pg.resolved.sql
schema/personal/schema.pg.resolved.sql
schema/*/*.atlas.sql
# Atlas resolved migration dirs (temporary, used during diff only)
pkg/store/pgstore/migrations/*/.resolved/
pkg/store/sqlitestore/migrations/*/.resolved/
# Dev migration files (overwritten on each build, never commit)
pkg/store/pgstore/migrations/*/999_dev.sql
pkg/store/sqlitestore/migrations/*/999_dev.sql
deploy/helm/astonish/values-myenv.yaml
astonish-boot
webhook
# Local agent orchestrator state (not product code)
.omo/
# Code intelligence disk cache (may contain source snippets)
.codeintel/
.opencode/
graphify-out/