Skip to content

Commit 038522d

Browse files
Testclaude
andcommitted
fix: remove OCaml dune-project and configure Linguist
- Remove dune-project (OCaml build file, not needed for Rust build) - Configure GitHub Linguist to recognize WokeLang as primary language - Mark Idris (.idr) and Zig as language sources - Exclude docs, examples, target from language stats This fixes GitHub showing 76% Rust + OCaml detection. Actual stack is: Rust (infrastructure) + Idris2 (ABI) + Zig (FFI) + WokeLang Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a529305 commit 038522d

2 files changed

Lines changed: 11 additions & 25 deletions

File tree

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,14 @@ Containerfile text eol=lf
5252
# Lock files
5353
Cargo.lock text eol=lf -diff
5454
flake.lock text eol=lf -diff
55+
56+
# GitHub Linguist configuration
57+
*.woke linguist-language=WokeLang
58+
*.idr linguist-language=Idris
59+
*.zig linguist-language=Zig
60+
61+
# Exclude from language stats
62+
docs/** linguist-documentation
63+
examples/** linguist-documentation
64+
target/** linguist-generated
65+
*.lock linguist-generated

dune-project

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

0 commit comments

Comments
 (0)