Skip to content

Commit 0c6b626

Browse files
committed
Add .gitignore
1 parent 217a2c1 commit 0c6b626

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/elixir
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=elixir
3+
4+
### Elixir ###
5+
/_build
6+
/cover
7+
/deps
8+
/doc
9+
/.fetch
10+
erl_crash.dump
11+
*.ez
12+
*.beam
13+
/config/*.secret.exs
14+
.elixir_ls/
15+
16+
### Elixir Patch ###
17+
18+
# End of https://www.toptal.com/developers/gitignore/api/elixir

0 commit comments

Comments
 (0)