File tree 2 files changed +41
-0
lines changed
2 files changed +41
-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
+
4
+ # Ignore paths that contain generated content.
5
+ cache /
6
+ files /
7
+ sites /* /files
8
+ sites /* /private
9
+
10
+ # Ignore default text files
11
+ .htaccess
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 /all /README.txt
21
+ sites /all /modules /README.txt
22
+ sites /all /themes /README.txt
23
+
24
+ # Ignore everything but the "sites" folder ( for non core developer )
25
+ web.config
26
+ authorize.php
27
+ cron.php
28
+ index.php
29
+ install.php
30
+ update.php
31
+ xmlrpc.php
32
+ /includes
33
+ /misc
34
+ /modules
35
+ /profiles
36
+ /scripts
37
+ /themes
Original file line number Diff line number Diff line change
1
+ dsf
2
+ ===
3
+
4
+ edew
You can’t perform that action at this time.
0 commit comments