Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into setup-ocaml-action
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Aug 17, 2024
2 parents 4b3d9fb + e9750bf commit 8ca1c2c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
# checkin. When the file has been committed with CRLF, no conversion is done.
* text=auto


# Mark generated code and documentation as such to exclude them from PR diffs and stats.
# More information: https://github.com/github-linguist/linguist/blob/master/docs/overrides.md#generated-code
src/haz3lweb/Init.ml linguist-generated
src/haz3lweb/exercises/**/*.ml linguist-generated

hazel.opam linguist-generated
hazel.opam.locked linguist-generated
hazel.opam.locked linguist-generated

*.md linguist-documentation
docs/** linguist-documentation

0 comments on commit 8ca1c2c

Please sign in to comment.