moved .js files to js folder
[com.zyxware.civiwci.git] / .gitignore
CommitLineData
a218e680
VJ
1# Ignore configuration files that may contain sensitive information.
2sites/*/*settings*.php
3
4# Ignore paths that contain generated content.
5cache/
6files/
7sites/*/files
8sites/*/private
9
10# Ignore default text files
11robots.txt
12/CHANGELOG.txt
13/COPYRIGHT.txt
14/INSTALL*.txt
15/LICENSE.txt
16/MAINTAINERS.txt
17/UPGRADE.txt
18/README.txt
19sites/all/README.txt
20sites/all/modules/README.txt
21sites/all/themes/README.txt
22
23# Ignore everything but the "sites" folder ( for non core developer )
24.htaccess
25web.config
26authorize.php
27cron.php
28index.php
29install.php
30update.php
31xmlrpc.php
32/includes
33/misc
34/modules
35/profiles
36/scripts
37/themes