aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2023-03-19 10:50:55 +0100
committerPeter Bex <peter@more-magic.net>2023-03-19 10:50:55 +0100
commit4dc7e35e7aa542243c9beed5c6a2a5fc07836de9 (patch)
treef67968cfee99942a8f77770ab83756a9d417ff24 /.gitignore
parent9d05c9ca73c2b501744d528475532ab728318bde (diff)
downloadppq-4dc7e35e7aa542243c9beed5c6a2a5fc07836de9.tar.gz
Add ability to customize envrc settings via .envr.localHEADmaster
This allows, for example, to easily run a different major Postgres version.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fc2d52a..b71afcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
+.envrc.local
postgres/data
-postgres/postgresql_overrides.conf \ No newline at end of file
+postgres/postgresql_overrides.conf
+postgres/prepare.sql \ No newline at end of file