diff --git a/.gitignore b/.gitignore index 01336b1..0f138a6 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ @@ -41,7 +45,4 @@ Thumbs.db *.swo # Docker -docker-compose.override.yml - -# Gitkeep files -.gitkeep \ No newline at end of file +docker-compose.override.yml \ No newline at end of file