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.
This commit is contained in:
Nutomic 2023-07-28 17:11:18 +02:00 committed by GitHub
parent 37998b3398
commit e365d48769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View file

@ -30,3 +30,6 @@ bindings
# Database cluster and sockets for testing
dev_pgdata/
*.PGSQL.*
# database dumps
*.sqldump

View file

@ -1 +0,0 @@
*.sqldump