Merge branch 'Jagadees-zyxware-master'
[com.zyxware.civiwci.git] / .gitignore
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 robots.txt
12 /CHANGELOG.txt
13 /COPYRIGHT.txt
14 /INSTALL*.txt
15 /LICENSE.txt
16 /MAINTAINERS.txt
17 /UPGRADE.txt
18 /README.txt
19 sites/all/README.txt
20 sites/all/modules/README.txt
21 sites/all/themes/README.txt
22
23 # Ignore everything but the "sites" folder ( for non core developer )
24 .htaccess
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