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:16 +00:00
parent cfbd0e14c3
commit d397276de8

View File

@@ -0,0 +1,37 @@
# Haskell
dist/
dist-*/
cabal-dev/
*.o
*.hi
*.chi
*.chs.h
.ghc/
.ghc.environment.*
.hpc/
.hs/
.hsfail
# IDE
.vscode/
.idea/
*.iml
*.ipr
*.iws
.project
.classpath
.settings/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Vim
*.swp
*.swo
*~