Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
Follows the latest .gitignore generated by latest Elixir `mix new`
template.
  • Loading branch information
kianmeng committed Jul 5, 2021
1 parent acaf69c commit f922b91
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# The directory Mix will write compiled artifacts to.
/_build
/_build/

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

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

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

# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
Expand All @@ -19,8 +19,11 @@ erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez

#vscode files
.vscode
# Ignore package tarball (built via "mix hex.build").
ueberauth_microsoft-*.tar

# Temporary files, for example, from tests.
/tmp/

# ignore elixir language server files
/.elixir_ls
# VSCode files.
.vscode

0 comments on commit f922b91

Please sign in to comment.