From: Nutomic Date: Fri, 28 Jul 2023 15:11:18 +0000 (+0200) Subject: Move entry from .rgignore to .gitignore (#3752) X-Git-Url: http://these/git/?a=commitdiff_plain;ds=sidebyside;h=e365d48769ba9ab5d394491ff64784e9f0818f0a;hp=37998b3398ed925a7640a9b67d1dc6ef871893a9;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