forked from drupal/recommended-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
125 lines (117 loc) · 2.35 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Ignore Drupal files #
#######################
vendor
web/core
web/modules/contrib
web/profiles/contrib
web/themes/contrib
web/libraries
# Ignore Drupal's file directory #
##################################
/web/sites/*/files/
/web/sites/*/d7_files/
/web/sites/*/private/
/web/sites/*/private-files/
/web/sites/*/tmp/
/private
/private-files
# Ignore sensitive information #
################################
.env
artifacts
robo.yml
salt.txt
.htpasswd
test.php
config/local
drush/drush.yml
drush/sites/self.site.yml
drush/aliases/*.local.php
web/CHANGELOG.txt
web/COPYRIGHT.txt
web/INSTALL.mysql.txt
web/INSTALL.pgsql.txt
web/INSTALL.sqlite.txt
web/INSTALL.txt
web/LICENSE.txt
web/MAINTAINERS.txt
web/README.txt
web/UPGRADE.txt
web/web.config
web/sites/*/settings.local.php
web/sites/*/local.services.yml
web/sites/local.services.yml
web/themes/custom/*/node_modules
.ddev/xdebug
public.key
private.key
# Ignore SimpleTest multi-site environment. #
#############################################
/web/sites/simpletest
# Ignore files generated by PhpStorm / VSCode etc #
/.idea/
/.vscode/
/.phplint*
# Packages #
############
# It's better to unpack these files and commit the raw source, git has its own
# built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sql.gz
*.sqlite
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon\?
Thumbs.db
*.rej
# DDEV generated files #
########################
.ddev/.gitignore
.ddev/**/*.example
.ddev/.dbimageBuild
.ddev/.dbimageExtra
.ddev/.ddev-docker-*.yaml
.ddev/.*downloads
.ddev/.global_commands
.ddev/.homeadditions
.ddev/.importdb*
.ddev/.sshimageBuild
.ddev/.venv
.ddev/.webimageBuild
.ddev/.webimageExtra
.ddev/apache/apache-site.conf
.ddev/commands/.gitattributes
.ddev/commands/db/mysql
.ddev/commands/host/launch
.ddev/commands/web/xdebug
.ddev/commands/web/live
.ddev/config.local.y*ml
.ddev/db_snapshots
.ddev/import-db
.ddev/import.yaml
.ddev/mutagen/mutagen.yml
.ddev/mutagen/.start-synced
.ddev/nginx_full/nginx-site.conf
.ddev/postgres/postgresql.conf
.ddev/providers/platform.yaml
.ddev/sequelpro.spf
.ddev/settings/settings.ddev.py
.ddev/traefik/config/OzonActionMeetings.yaml
.ddev/traefik/certs/OzonActionMeetings.crt
.ddev/traefik/certs/OzonActionMeetings.key
.ddev/xhprof/xhprof_prepend.php
.ddev/**/README.*
web/sites/*/settings.ddev.php