projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37998b3
)
Move entry from .rgignore to .gitignore (#3752)
author
Nutomic
<me@nutomic.com>
Fri, 28 Jul 2023 15:11:18 +0000
(17:11 +0200)
committer
GitHub
<noreply@github.com>
Fri, 28 Jul 2023 15:11:18 +0000
(11:11 -0400)
rg command respects gitignore, and sql dumps should be ignored by
git as well. So theres no reason to have a separate file.
.gitignore
patch
|
blob
|
history
.rgignore
[deleted file]
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index e482488366d43f794beb235d66ff59bc86a2e8bb..186713e1f4a947b71380d42df2bd3a99cbbffbdf 100644
(file)
--- 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
(file)
index
eab207b
..0000000
--- a/
.rgignore
+++ /dev/null
@@
-1
+0,0 @@
-*.sqldump