10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
# Ignore configuration files that may contain sensitive information.
|
|
sites/*/*settings*.php
|
|
sites/example.sites.php
|
|
|
|
# Ignore paths that contain generated content.
|
|
sites/*/files
|
|
|
|
# Ignore everything but the "sites" folder ( for non core developer )
|
|
.htaccess
|