*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Code Block |
|---|
# .gitignore
# Ignore configuration files that may contain sensitive information.
public/sites/*/*settings*.php
!public/sites/*/default.settings.php
# Ignore paths that contain generated content.
backup/
cache/
!**/ctools/**/cache/
public/sites/default/files
public/sites/default/tmp
private_files
# Ignore .htaccess files since servers want them to be empty
public/.htaccess
|