File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # Ignore configuration files that may contain sensitive information.
2+ sites /* /* settings * .php
3+ sites /example.sites.php
4+
5+ # Ignore paths that contain generated content.
6+ files /
7+ sites /* /files
8+ sites /* /private
9+ sites /* /translations
10+
11+ # Ignore default text files
12+ robots.txt
13+ /CHANGELOG.txt
14+ /COPYRIGHT.txt
15+ /INSTALL * .txt
16+ /LICENSE.txt
17+ /MAINTAINERS.txt
18+ /UPGRADE.txt
19+ /README.txt
20+ sites /README.txt
21+ sites /all /libraries /README.txt
22+ sites /all /modules /README.txt
23+ sites /all /themes /README.txt
24+
25+ # Ignore everything but the "sites" folder ( for non core developer )
26+ .htaccess
27+ web.config
28+ authorize.php
29+ cron.php
30+ index.php
31+ install.php
32+ update.php
33+ xmlrpc.php
34+ /includes
35+ /misc
36+ /modules
37+ /profiles
38+ /scripts
39+ /themes
You can’t perform that action at this time.
0 commit comments