Skip to content

Commit 4a96a23

Browse files
committed
fix: Remove deprecated folder and logs
1 parent 071d803 commit 4a96a23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MoonBit.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Build System Artifacts
22
_build/ # MoonBit default build output directory.
3-
.moon/ # MoonBit internal cache and metadata directory.
43
.mooncakes/ # Local MoonBit package cache directory.
54

65
# Coverage and Test Artifacts
76
moonbit-coverage-*.txt # Coverage reports generated by MoonBit tooling.
87
_coverage # Coverage output directory used by coverage commands.
98
bisect.coverage # Bisect runtime coverage data file.
10-
*.log # Log files generated during test/build runs.
119

1210
# JavaScript Target Artifacts
1311
# *.js # Uncomment if generated JavaScript should be ignored.
@@ -20,7 +18,6 @@ node_modules/ # Node.js dependencies used in JS target workflows.
2018

2119
# MoonBit Pilot / Agent Artifacts
2220
.moonagent/ # MoonBit agent runtime state and temporary files.
23-
moonagent.log # MoonBit agent log output.
2421

2522
# LLVM Backend Artifacts
2623
*.ll # LLVM textual intermediate representation (IR) files.

0 commit comments

Comments
 (0)