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:
parent
37998b3398
commit
e365d48769
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -30,3 +30,6 @@ bindings
|
||||||
# Database cluster and sockets for testing
|
# Database cluster and sockets for testing
|
||||||
dev_pgdata/
|
dev_pgdata/
|
||||||
*.PGSQL.*
|
*.PGSQL.*
|
||||||
|
|
||||||
|
# database dumps
|
||||||
|
*.sqldump
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
*.sqldump
|
|
Loading…
Reference in a new issue