From 309185f78f4ac7304598062ff575e9af4773bfd0 Mon Sep 17 00:00:00 2001 From: Murilo Kakazu Date: Tue, 28 May 2024 01:18:22 -0300 Subject: [PATCH] build: add postgres data dir to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c2065bc..0248120 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,7 @@ out/ ### VS Code ### .vscode/ + + +### Postgres ### +/postgres-data/ \ No newline at end of file