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:
parent
97e641de42
commit
a549ce8d8e
3
.gitignore
vendored
3
.gitignore
vendored
@ -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/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user