Skip to content

Commit f1b7856

Browse files
hyperpolymathclaude
andcommitted
chore: gitignore ReScript build artifacts, remove tracked .mjs/.cmi/.cmj
- Add lib/ocaml/, *.mjs, *.cmi, *.cmj, *.cmt, lib/rescript.lock to .gitignore - Remove 21 tracked build artifacts from git index Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1ade55c commit f1b7856

22 files changed

Lines changed: 6 additions & 6106 deletions

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ erl_crash.dump
4040

4141
# ReScript
4242
/lib/bs/
43+
/lib/ocaml/
4344
/.bsb.lock
45+
*.mjs
46+
*.cmi
47+
*.cmj
48+
*.cmt
49+
lib/rescript.lock
4450

4551
# Python (SaltStack only)
4652
__pycache__/

lib/ocaml/Ast.cmi

-14.8 KB
Binary file not shown.

lib/ocaml/Ast.cmj

-73 Bytes
Binary file not shown.

lib/ocaml/Ast.cmt

-54.4 KB
Binary file not shown.

lib/ocaml/Ast.res

Lines changed: 0 additions & 356 deletions
This file was deleted.

lib/ocaml/Lexer.cmi

-7.99 KB
Binary file not shown.

lib/ocaml/Lexer.cmj

-360 Bytes
Binary file not shown.

lib/ocaml/Lexer.cmt

-123 KB
Binary file not shown.

0 commit comments

Comments
 (0)