Initial commit: gustavoo portfolio project

This commit is contained in:
gustavooth
2026-07-23 23:06:34 -03:00
commit 599625e2eb
61 changed files with 9771 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
# Environment
.env
# WordPress core
wp-includes/
wp-admin/
wp-content/languages/
wp-content/upgrade/
wp-content/backup-*/
# Default WordPress themes (not part of project)
wp-content/themes/twentytwentyfive/
wp-content/themes/twentytwentyfour/
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-smtp/
wp-content/plugins/hello.php
wp-content/plugins/index.php
# Project plugins/themes vendor deps
wp-content/plugins/*/vendor/
wp-content/themes/*/node_modules/
wp-content/themes/*/vendor/
# Logs
*.log
wp-content/debug.log
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Docker
docker-compose.override.yml
# Gitkeep files
.gitkeep