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