forked from cloudposse/atmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
203 lines (171 loc) · 4.66 KB
/
Copy path.gitignore
File metadata and controls
203 lines (171 loc) · 4.66 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
# Compiled files
**/.terraform/*
*.tfstate
*.tfstate.*
**/*.tf.json
**/*.planfile
**/*.kubeconfig
**/terraform.tfvars.json
**/helmfile.vars.yaml
**/packer.vars.json
**/*.terraform.tfvars.json
**/*.helmfile.vars.yaml
**/*.packer.vars.json
**/.terraform.lock.hcl
# Exception: the basic scaffold template ships a committed, multi-platform
# lock file for its "greeting" component so generated projects don't hit
# Terraform's "Incomplete lock file information for providers" warning on
# their first `terraform init` (see pkg/generator/templates/basic/components/terraform/greeting/versions.tf).
!/pkg/generator/templates/basic/components/terraform/greeting/.terraform.lock.hcl
.vscode/
**/nohup.out
**/kubeconfig.yaml
**/*.planfile.json
.atmos/planfiles
.atmos/planfiles/**
**/.atmos
# Atmos binary (only in root directory)
/atmos
# Demo binaries and large audio files
tools/director/director
demos/audio/
# Generated landing-page demo recordings (VHS output).
# NEVER commit these — they bloat the repo. The build pipeline renders them and
# syncs to S3/CDN (`atmos demo publish`); the site references the remote URL.
/website/static/img/demos/
# Generated atmos-manifest JSON Schema (served at atmos.tools). Generated from the embedded
# schema (pkg/datafetcher/schema/atmos/manifest/1.0.json) by `atmos dev generate schema` /
# `go run ./tools/gen-schema` — never hand-edit or commit this file.
/website/static/schemas/atmos/atmos-manifest/
/website/static/schemas/atmos/atmos-config/
# Module directory
.terraform
**/.workdir/
**/.idea
**/*.iml
**/.build-harness
**/build-harness
**/build
**/dist
**/.helmfile/
.DS_Store
/variant
*.tar
*.gz
/bin
# Nix
.direnv/
# Environment files (except .envrc which is tracked for Nix)
.env*
!.envrc
!examples/quick-start-advanced/.env.local
# Tool version managers
.tool-versions
**/.tool-versions.lock
!examples/toolchain/.tool-versions
!examples/mcp-for-ai-coding-assistants/.tool-versions
!demo/casts/.tool-versions
# Ignore cache files and sessions
**/.atmos/cache.yaml
**/.atmos/sessions/
**/cache.*.txt
**/.atmos/ai.settings.local.json
# Website lock files (CI manages dependencies)
website/pnpm-lock.yaml
website/package-lock.json
# Development configs - track only specific files
.atmos.d/*
!.atmos.d/*.yaml
!.atmos.d/*.yml
!.atmos.d/README.md
# Ignore components vendored during tests
examples/demo-vendoring/components/**
tests/fixtures/scenarios/vendor-globs/components/**
tests/fixtures/scenarios/vendor/components/**
tests/fixtures/scenarios/vendor-simple-excludes/components/**
tests/fixtures/scenarios/complete/components/terraform/infra/account-map/context.tf
internal/exec/output.*
# Coverage files
**.out
coverage*.out
coverage.html
coverage.*.tmp
coverage/
.gocoverdir/
tests.test
# Test binaries
*.test
**/*.test
**/llms.txt
**/llms-full.txt
# Test quality documentation (local tracking only)
FUTURE_IMPROVEMENTS.md
PHASE_4_*.md
TEST_QUALITY_*.md
# Lintroller and other custom tools
/lintroller
/.lintroller
tools/lintroller/.lintroller
.golangci/lintroller/lintroller
/custom-gcl
tools/gomodcheck/.gomodcheck
# golangci-lint per-worktree cache + lock isolation (see
# scripts/run-custom-golangci-lint.sh). The cache is large (100MB+); .golangci-tmp
# holds the relocated golangci-lint.lock (via TMPDIR) so parallel worktree lints
# don't serialize on the machine-global lock. Both are machine-local — never commit.
.golangci-cache/
**/.golangci-cache/
.golangci-tmp/
**/.golangci-tmp/
# Generic repo-local cache dir (e.g. GOLANGCI_LINT_CACHE, tool scratch space).
.cache/
# Claude Code and Hive Mind development tools
.claude-flow/
.hive-mind/
.claude/plans/
.claude/settings.local.json
.claude/scheduled_tasks.lock
.claude/state/
# Local MCP client config generated by `atmos mcp install`/`atmos mcp add --install`.
# Bakes in machine-specific absolute paths (toolchain bin dirs, build output) --
# never portable across contributors, so it doesn't belong in the repo.
/.mcp.json
/.cursor/mcp.json
performance-optimization/
node_modules
# Toolchain installed tools
.tools/
toolchain/.tools/
toolchain/.tool-versions
# Merge conflict artifacts and backup files
*.orig
*.rej
.scratch
*.bak
*.bak[0-9]
*.bak[0-9][0-9]
*.go.bak
**/*.go.bak
# Scratch/temporary analysis files
.scratch/
TEST_FAILURE_ANALYSIS.md
scratch/
COVERAGE_SUMMARY.md
TESTABILITY_CHANGES_SUMMARY.md
# Docusaurus build cache
.docusaurus/
# Conductor scratch/temporary files
*.log
*_progress.txt
*_summary.txt
reply_to_*.sh
*.ansi
*.ascii
.claude-plan.md
.claude/plans/
# Generated JUnit test reports from `atmos terraform test` in CI.
*.junit.xml
# Python bytecode from cast validation helpers (demo/casts/cast_checks.py).
__pycache__/
# Per-worktree golangci-lint cache (GOLANGCI_LINT_CACHE).
.cache/