summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKarl Nilsson <kjnilsson@gmail.com>2022-05-18 09:37:38 +0100
committerKarl Nilsson <kjnilsson@gmail.com>2022-05-18 09:37:38 +0100
commit5ede74b44842a896343b03beb62e35ebea17ed1d (patch)
treed6a1a84536c20fbec345a3af53422a1a17b244d7 /.gitignore
parent0b477f31cbe9c33a3d30c00b05dc627319932e77 (diff)
downloadrabbitmq-server-git-5ede74b44842a896343b03beb62e35ebea17ed1d.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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