Skip to content

Commit

Permalink
Problem: generated files are not in .gitignore
Browse files Browse the repository at this point in the history
Solution: add generated files to .gitignore
  • Loading branch information
c-rack committed Dec 11, 2015
1 parent 6806e06 commit 03fe0b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/_build
/deps
/doc
mix.lock
erl_crash.dump
*.ez

0 comments on commit 03fe0b0

Please sign in to comment.