-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
199 lines (173 loc) · 3.48 KB
/
.gitignore
File metadata and controls
199 lines (173 loc) · 3.48 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
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Secrets (never commit)
.env
.env.*
!.env.example
.envrc
.direnv/
*.pem
*.key
*.p12
*.pfx
# Build outputs
out/
_build/
*.beam
*.o
*.so
/haxe_libraries/*
!/haxe_libraries/*.hxml
!/haxe_libraries/archived/
/haxe_libraries/archived/*
!/haxe_libraries/archived/*.hxml
examples/**/haxe_libraries/*
!examples/**/haxe_libraries/*.hxml
# Test outputs
test/*/out/
test-output/
test-temp/
test_output/
test-generator-output/
test_atom_output/
# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Claude Code local settings
.claude/settings.local.json
# Agent/automation artifacts
.code/
.reflaxe_elixir/
# Elixir
deps/
_build/
.fetch
erl_crash.dump
*.beam
*.ez
.elixir_ls/
.mix/
# Mix compilation artifacts
compile.lock
compile.app_cache
compile.elixir_scm
compile.protocols
*.app
# Temporary files
*.tmp
*.temp
.temp/
.tmp/
/tmp/
/_tmp/
# Debug/macro dumps (never commit)
**/dump/
# Test runner artifacts
test-results/
test/test-results*
examples/*/test-results/
test-results.txt
test-failures.txt
# Logs
logs/
*.log
# One-off research outputs (never commit)
repomix-*
gpt*-analysis-bundle.xml
haxe-warnings*
mix-warnings*
# Ad-hoc test files in root (prevent re-accumulation)
/test_*.hx
/test_*.hxml
/Test*.hx
/Test*.hxml
/debug_*.hx
/*Test.hx
/*Test.hxml
# One-time scripts
/cleanup_*.sh
/fix_*.sh
/update_*.sh
# Backup files
*.backup
*.bak
*.old
# Temporary compilation outputs
compilation_output.txt
compilation_output*.txt
# Ad-hoc test files in examples
examples/*/test_*.hx
examples/*/test_*.exs
examples/*/*.test.exs
examples/*/build_debug*.out
examples/*/build_debug_snapshots*.out
examples/*/mix_*.out
examples/*/tmp/
# Generated Elixir output in examples (do not commit; source-of-truth is Haxe)
examples/0[1,3-9]-*/lib/
examples/1[0-9]-*/lib/
examples/lix-installation/lib/
examples/test-integration/lib/
examples/todo-app/lib/
examples/todo-app/assets/js/haxe/
examples/todo-app/priv/repo/migrations/_GeneratedFiles.json
examples/**/lib/_GeneratedFiles.json
# Generated runtime shims emitted into example app lib trees
examples/**/lib/haxe/
examples/**/lib/std.ex*
examples/**/lib/string_buf.ex*
examples/**/lib/string_tools.ex*
examples/**/lib/sys.ex*
examples/**/lib/type.ex*
examples/**/lib/reflect.ex*
examples/**/lib/e_reg.ex
examples/**/lib/int_iterator.ex*
examples/**/lib/reflaxe/
# Committed example `lib/` source trees (intentionally tracked)
!examples/10-option-patterns/lib/
examples/10-option-patterns/lib/**
!examples/10-option-patterns/lib/.gitkeep
!examples/12-phoenix-chat/lib/
!examples/12-phoenix-chat/lib/**
!examples/14-abstraction-lab/lib/
!examples/14-abstraction-lab/lib/**
!examples/15-phoenix-chat-haxe-first/lib/
!examples/15-phoenix-chat-haxe-first/lib/**
# todo-app keeps these specific hand-written Elixir modules tracked
!examples/todo-app/lib/
examples/todo-app/lib/**
!examples/todo-app/lib/todo_app/
!examples/todo-app/lib/todo_app/mailer.ex
!examples/todo-app/lib/todo_app/invite_email.ex
# Deprecated templates (no longer used)
/templates/test/test-results.tmp
# Generated files in project root
/*.ex
/*.ex.map
/*.exs.map
!lib/**/*.ex
/_GeneratedFiles.json
/_any/
/_enum_value/
/haxe/
# Debug-only snapshot outputs (never commit)
test/snapshot/**/out/
test/snapshot/**/out_dbg*/
test/snapshot/**/out_nomig/
test/snapshot/**/tmp/
# Haxe-authored ExUnit runtime test outputs (generated)
test/fixtures/_generated_haxe_exunit/