]> cat aescling's git repositories - mastodon.git/commitdiff
Update .dockerignore/.gitignore for #16947 etc (#17099)
authorShlee <github@shl.ee>
Mon, 6 Dec 2021 17:04:04 +0000 (04:04 +1100)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 17:04:04 +0000 (18:04 +0100)
* Update .dockerignore

* Update .gitignore

.dockerignore
.gitignore

index 52397e75dcfa20a7e052a835e3bb7d16de48b579..fedbea236df0fb3b15b5107b86854d6dd1427fc3 100644 (file)
@@ -15,6 +15,7 @@ vendor/bundle
 *.swp
 *~
 postgres
+postgres14
 redis
 elasticsearch
 chart
index b4d2712ffc56779caf95f45f833828f5d69783f4..25c8388e16a0240c49871135da0ce1615b0cfe6b 100644 (file)
@@ -40,6 +40,7 @@
 
 # Ignore postgres + redis + elasticsearch volume optionally created by docker-compose
 /postgres
+/postgres14
 /redis
 /elasticsearch