From: Nutomic <me@nutomic.com>
Date: Fri, 28 Jul 2023 15:11:18 +0000 (+0200)
Subject: Move entry from .rgignore to .gitignore (#3752)
X-Git-Url: http://these/git/%22https:/lemmy.ml/u/Liwott/%7B%60%24%7BarchiveTodayUrl%7D/?a=commitdiff_plain;h=e365d48769ba9ab5d394491ff64784e9f0818f0a;p=lemmy.git

Move entry from .rgignore to .gitignore (#3752)

rg command respects gitignore, and sql dumps should be ignored by
git as well. So theres no reason to have a separate file.
---

diff --git a/.gitignore b/.gitignore
index e4824883..186713e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,6 @@ bindings
 # Database cluster and sockets for testing
 dev_pgdata/
 *.PGSQL.*
+
+# database dumps
+*.sqldump
diff --git a/.rgignore b/.rgignore
deleted file mode 100644
index eab207b7..00000000
--- a/.rgignore
+++ /dev/null
@@ -1 +0,0 @@
-*.sqldump