Skip to content

Commit ad5ac39

Browse files
committed
Ignore vscode files
1 parent 518c12a commit ad5ac39

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ erl_crash.dump
1616
# variables.
1717
/config/*.secret.exs
1818

19+
# IDE files
1920
.elixir_ls
21+
.vscode/launch.json
2022

23+
# escript output
2124
examples/ecto_job_demo/ecto_job_demo

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ defmodule EctoJob.Mixfile do
6262
{:inch_ex, ">= 0.4.0", only: :dev, runtime: false}
6363
]
6464
end
65-
end
65+
end

0 commit comments

Comments
 (0)