forked from datagovuk/standards.data.gov.uk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (41 loc) · 786 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Ignore configuration files that may contain sensitive information.
sites/*/settings*.php
# Ignore paths that contain user-generated content.
sites/*/files
sites/*/private
# Ignore files created by drush make
/INSTALL.pgsql.txt
/INSTALL.mysql.txt
/INSTALL.txt
/CHANGELOG.txt
/COPYRIGHT.txt
/LICENSE.txt
/INSTALL.sqlite.txt
/MAINTAINERS.txt
/cron.php
/UPGRADE.txt
/robots.txt
/index.php
/install.php
/update.php
/README.txt
/xmlrpc.php
/authorize.php
/web.config
/profiles/
/themes/
/scripts/
/modules/
/misc/
/includes/
/sites/default/
/sites/README.txt
/sites/example.sites.php
/sites/all/themes/README.txt
/sites/all/themes/adaptivetheme/
/sites/all/modules/README.txt
/sites/all/modules/contrib/
/sites/all/tests/bin/
/sites/all/tests/vendor/
/sites/all/tests/composer.lock
.idea