gitignore: keep only project plugins/themes, ignore defaults
This commit is contained in:
+5
-4
@@ -15,12 +15,16 @@ wp-content/themes/twentytwentythree/
|
||||
|
||||
# Default WordPress plugins (not part of project)
|
||||
wp-content/plugins/akismet/
|
||||
wp-content/plugins/fluent-crm/
|
||||
wp-content/plugins/fluentform/
|
||||
wp-content/plugins/fluent-crm/
|
||||
wp-content/plugins/fluent-smtp/
|
||||
wp-content/plugins/hello.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
|
||||
wp-content/plugins/*/vendor/
|
||||
wp-content/themes/*/node_modules/
|
||||
@@ -42,6 +46,3 @@ Thumbs.db
|
||||
|
||||
# Docker
|
||||
docker-compose.override.yml
|
||||
|
||||
# Gitkeep files
|
||||
.gitkeep
|
||||
Reference in New Issue
Block a user