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.
This commit is contained in:
Kazem Alghasi 2026-08-04 11:38:48 +03:30
parent 97e641de42
commit a549ce8d8e

3
.gitignore vendored
View File

@ -11,6 +11,9 @@ Thumbs.db
03_WordPress/wp-content/upgrade/* 03_WordPress/wp-content/upgrade/*
03_WordPress/wp-content/db.php 03_WordPress/wp-content/db.php
# exception: custom plugin for this project
!03_WordPress/wp-content/plugins/ifnex-bridge/
# هسته لاراول (پکیج‌های دانلودی و تنظیمات) # هسته لاراول (پکیج‌های دانلودی و تنظیمات)
04_Laravel/vendor/ 04_Laravel/vendor/
04_Laravel/node_modules/ 04_Laravel/node_modules/