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.
delete-migrations-testing^2
Nutomic 10 months ago committed by GitHub
parent 37998b3398
commit e365d48769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored

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

@ -1 +0,0 @@
*.sqldump
Loading…
Cancel
Save