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:
27
gitignore_generator/templates/languages/elixir.gitignore
Normal file
27
gitignore_generator/templates/languages/elixir.gitignore
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Elixir
|
||||||
|
/_build/
|
||||||
|
/cover/
|
||||||
|
/deps/
|
||||||
|
erl_crash.dump
|
||||||
|
*.beam
|
||||||
|
/config/*.secret.exs
|
||||||
|
.elixir_ls/
|
||||||
|
|
||||||
|
# Mix
|
||||||
|
mix.lock
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
Reference in New Issue
Block a user