mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
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
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
|
||||||
|
Loading…
Reference in New Issue
Block a user