# Bongoto Theme – Git Ignore Rules # OS files .DS_Store Thumbs.db # Node / Build tools node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* package-lock.json yarn.lock # Composer / PHP vendor vendor/ composer.lock # Logs / cache *.log *.cache *.tmp .cache/ tmp/ # WordPress core files (prevent accidental add) wp-admin/ wp-includes/ wp-content/uploads/ wp-content/cache/ wp-content/upgrade/ wp-content/advanced-cache.php wp-content/object-cache.php wp-content/debug.log # Environment .env .env.local .env.*.local # IDE / Editor .idea/ .vscode/ *.sublime-project *.sublime-workspace # Build / dist artifacts dist/ build/ *.map # Sass / Less caches .sass-cache/ *.css.map # Translation binaries *.mo *.po~ # Generated POT (only keep master bongoto.pot manually) languages/*.mo languages/*.po # Other *.swp *.swo