gitignore: keep only project plugins/themes, ignore defaults

This commit is contained in:
gustavooth
2026-07-23 23:09:34 -03:00
parent ad0ac51d0f
commit f37e511dbc
+5 -4
View File
@@ -15,12 +15,16 @@ wp-content/themes/twentytwentythree/
# Default WordPress plugins (not part of project) # Default WordPress plugins (not part of project)
wp-content/plugins/akismet/ wp-content/plugins/akismet/
wp-content/plugins/fluent-crm/
wp-content/plugins/fluentform/ wp-content/plugins/fluentform/
wp-content/plugins/fluent-crm/
wp-content/plugins/fluent-smtp/ wp-content/plugins/fluent-smtp/
wp-content/plugins/hello.php wp-content/plugins/hello.php
wp-content/plugins/index.php wp-content/plugins/index.php
# Keep only project plugins/themes
!wp-content/plugins/gustavoo-portfolio-core/
!wp-content/themes/gustavoo-portfolio/
# Project plugins/themes vendor deps # Project plugins/themes vendor deps
wp-content/plugins/*/vendor/ wp-content/plugins/*/vendor/
wp-content/themes/*/node_modules/ wp-content/themes/*/node_modules/
@@ -42,6 +46,3 @@ Thumbs.db
# Docker # Docker
docker-compose.override.yml docker-compose.override.yml
# Gitkeep files
.gitkeep