Skip to content

Commit

Permalink
Ignore vscode files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuhot committed Jan 20, 2018
1 parent 518c12a commit ad5ac39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ erl_crash.dump
# variables.
/config/*.secret.exs

# IDE files
.elixir_ls
.vscode/launch.json

# escript output
examples/ecto_job_demo/ecto_job_demo
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ defmodule EctoJob.Mixfile do
{:inch_ex, ">= 0.4.0", only: :dev, runtime: false}
]
end
end
end

0 comments on commit ad5ac39

Please sign in to comment.