Skip to content

Commit 766755f

Browse files
committed
chore: gitignore /_opam/ local opam switch
A project-local opam switch (created for a working OCaml toolchain) is a machine-specific environment dir and must not be tracked, mirroring the existing /_build/ ignore. https://claude.ai/code/session_01FkzAgzpZFSGxzorVNZ9FUF
1 parent 940c367 commit 766755f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Thumbs.db
1313
# Build
1414
/target/
1515
/_build/
16+
/_opam/
1617
/build/
1718
/dist/
1819
/out/

0 commit comments

Comments
 (0)