-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
70 lines (64 loc) · 1.36 KB
/
.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
travis/travis-ci-key
bin
drupal/.drush-lock-update
drupal/.gitignore
drupal/.htaccess
drupal/CHANGELOG.txt
drupal/COPYRIGHT.txt
drupal/INSTALL.mysql.txt
drupal/INSTALL.pgsql.txt
drupal/INSTALL.sqlite.txt
drupal/INSTALL.txt
drupal/LICENSE.txt
drupal/MAINTAINERS.txt
drupal/README.txt
drupal/UPGRADE.txt
drupal/authorize.php
drupal/cron.php
drupal/includes/
drupal/index.php
drupal/install.php
drupal/misc/
drupal/modules/
drupal/profiles/
drupal/robots.txt
drupal/scripts/
drupal/sites/README.txt
drupal/sites/all/README.txt
drupal/sites/all/libraries/
drupal/sites/all/modules/README.txt
drupal/sites/all/modules/contrib/
drupal/sites/all/themes/contrib/
drupal/sites/all/vendor/
drupal/sites/default/default.settings.php
drupal/sites/example.sites.php
drupal/sites/sites/
drupal/themes/
drupal/update.php
drupal/web.config
drupal/xmlrpc.php
drupal/temp
.vagrant
**/.DS_Store
**/pkg/
**/.*.sw?
**/spec/fixtures
**/Gemfile.lock
**/.rspec_system
# Ignore the devel mail log on dev / staging systems
devel-mail-log
# Don't track phpstorm files
.idea
# Ignore the error log
htdocs/error_log
htdocs/moving.page
htdocs/suspended.page
# Ignore configuration files that may contain sensitive information.
htdocs/sites/*/settings*.php
# Ignore paths that contain user-generated content.
htdocs/sites/*/files
htdocs/sites/*/private
htdocs/files
private-files
# Ignore temp directories
htdocs/temp