Skip to content

Commit

Permalink
Sync .gitignore with other systems
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 17, 2018
1 parent dc1f072 commit 4f65e91
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions .gitignore
@@ -1,9 +1,22 @@
/_build
/cover
/deps
# The directory Mix will write compiled artifacts to.
/_build/

# If you run "mix test --cover", coverage assets end up here.
/cover/

# The directory Mix downloads your dependencies sources to.
/deps/

# Where 3rd-party dependencies like ExDoc output generated docs.
/doc/

# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch

# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
*.ez
build.log
archive.log
.nerves
/doc

# Ignore our generated files
/build.log
/archive.log
/.nerves

0 comments on commit 4f65e91

Please sign in to comment.