Skip to content

Instantly share code, notes, and snippets.

View rmfranciacastillo's full-sized avatar
🎯
Focusing

Renato Francia Castillo rmfranciacastillo

🎯
Focusing
View GitHub Profile
@rmfranciacastillo
rmfranciacastillo / ddev_drupal_gitignore
Last active May 24, 2024 00:54
DDEV Drupal gitignore
# gitignore template for Drupal 10 projects
#
# earlier versions of Drupal are tracked in `community/PHP/`
# Ignore configuration files that may contain sensitive information
/sites/*/*settings*.php
/sites/*/*services*.yml
# Ignore paths that may contain user-generated content
/sites/*/files
@rmfranciacastillo
rmfranciacastillo / settings.json
Last active January 31, 2026 02:48 — forked from ultimike/settings.json
Visual Studio Code user settings
{
"breadcrumbs.enabled": true,
"css.validate": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.tabSize": 2,
"editor.autoIndent": "full",
"editor.insertSpaces": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": false,
"editor.renderWhitespace": "boundary",