Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
37
gitignore_generator/templates/languages/haskell.gitignore
Normal file
37
gitignore_generator/templates/languages/haskell.gitignore
Normal 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
|
||||||
|
*~
|
||||||
Reference in New Issue
Block a user