From a5395292e60620890c435ed00d29c7e2a420aaca Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Fri, 6 Jun 2025 20:09:00 +0300 Subject: [PATCH] FEATURE (gitignore): Ignore postgresus data folders --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 657712a..9edf3e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ postgresus_data/ +postgresus-data/ .env pgdata/ \ No newline at end of file