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:
parent
9ddd7c04eb
commit
42fbf8d496
4
.gitignore
vendored
4
.gitignore
vendored
@ -80,3 +80,7 @@ archive/
|
||||
demo_photos/
|
||||
data/uploads/
|
||||
data/thumbnails/
|
||||
|
||||
|
||||
# PM2 ecosystem config (server-specific paths)
|
||||
ecosystem.config.js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user