From 5ede74b44842a896343b03beb62e35ebea17ed1d Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Wed, 18 May 2022 09:37:38 +0100 Subject: Move all rebar.config files into the root directory Some tools such as nvim + erlang_ls sometimes change the cwd if they encounter a rebar.config. Here we move all rebar.config files into the root of the project to avoid this and also have a single point for formatting configuration. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 23b8a497bf..20bffb3fa9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .sw? .*.sw? /.erlang.mk/ +/_build/ /ebin/ /bin/ /deps/* @@ -82,4 +83,4 @@ callgrand* /bazel-* .vscode -.idea \ No newline at end of file +.idea -- cgit v1.2.1