gitignore: keep only project plugins/themes, ignore defaults
This commit is contained in:
+6
-5
@@ -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/
|
||||||
@@ -41,7 +45,4 @@ Thumbs.db
|
|||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
docker-compose.override.yml
|
docker-compose.override.yml
|
||||||
|
|
||||||
# Gitkeep files
|
|
||||||
.gitkeep
|
|
||||||
Reference in New Issue
Block a user