Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 15:56:19 +00:00
parent 010c4c9727
commit 044bb500e4

View File

@@ -0,0 +1,32 @@
# OCaml
*.annot
*.cmo
*.cma
*.cmi
*.a
*.o
*.objs
*.byte
*.top
*.cmt
*.cmti
# Dune
_build/
*.opam
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~