From a549ce8d8ebcdb628aab0d64d8f5bf36557bfaed Mon Sep 17 00:00:00 2001 From: Kazem Alghasi Date: Tue, 4 Aug 2026 11:38:48 +0330 Subject: [PATCH] chore(wp): allow ifnex-bridge plugin in gitignore Exclude the ifnex-bridge plugin directory from being ignored by adding an exception rule to the .gitignore file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 86e04a3..14cf3aa 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ Thumbs.db 03_WordPress/wp-content/upgrade/* 03_WordPress/wp-content/db.php +# exception: custom plugin for this project +!03_WordPress/wp-content/plugins/ifnex-bridge/ + # هسته لاراول (پکیج‌های دانلودی و تنظیمات) 04_Laravel/vendor/ 04_Laravel/node_modules/