File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed
Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 1- sites /default /files
2- sites /default /private
3- sites /default /settings.php
1+ # Ignore configuration files that may contain sensitive information.
2+ sites /* /* settings * .php
3+
4+ # Ignore paths that contain generated content.
45cache /
56files /
6- /README.txt
7+ sites /* /files
8+ sites /* /private
9+
10+ # Ignore default text files
11+ .htaccess
12+ robots.txt
713/CHANGELOG.txt
814/COPYRIGHT.txt
915/INSTALL * .txt
1016/LICENSE.txt
1117/MAINTAINERS.txt
1218/UPGRADE.txt
13- robots .txt
19+ / README .txt
1420sites /all /README.txt
1521sites /all /modules /README.txt
1622sites /all /themes /README.txt
17- .htaccess
1823
19- # for non core developer
20- # only include "sites" folder without exclusions before
24+ # Ignore everything but the "sites" folder ( for non core developer )
25+ web.config
26+ authorize.php
2127cron.php
2228index.php
2329install.php
@@ -28,5 +34,4 @@ xmlrpc.php
2834/modules
2935/profiles
3036/scripts
31- /themes
32-
37+ /themes
You can’t perform that action at this time.
0 commit comments