From 42fbf8d49631f5c40bdea69d6cd11a28c8ff2693 Mon Sep 17 00:00:00 2001 From: tanyar09 Date: Mon, 19 Jan 2026 20:38:31 +0000 Subject: [PATCH] chore: Add PM2 ecosystem config to .gitignore This commit updates the .gitignore file to include the PM2 ecosystem configuration file, ensuring that server-specific paths are ignored during version control. This change helps maintain a cleaner repository by excluding environment-specific configurations. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7b7cfb7..954d7f3 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,7 @@ archive/ demo_photos/ data/uploads/ data/thumbnails/ + + +# PM2 ecosystem config (server-specific paths) +ecosystem.config.js