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.
This commit is contained in:
tanyar09 2026-01-19 20:38:31 +00:00
parent 9ddd7c04eb
commit 42fbf8d496

4
.gitignore vendored
View File

@ -80,3 +80,7 @@ archive/
demo_photos/
data/uploads/
data/thumbnails/
# PM2 ecosystem config (server-specific paths)
ecosystem.config.js