forked from ec-europa/joinup-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
59 lines (46 loc) · 1018 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Ignore directories generated by Composer
/bin/
/drush/contrib/
/vendor/
/web/core/
/web/libraries/
/web/modules/contrib/
/web/profiles/contrib/
/web/themes/contrib/
# Ignore dist build location
/dist/
# Ignore sensitive information
/web/sites/sites.php
/web/sites/*/settings.php
/web/sites/*/settings.override.php
# Ignore Drupal's file directories.
/web/sites/*/files/
/private/
# Ignore SimpleTest multi-site environment.
/web/sites/simpletest/
# Ignore environment specific settings
/.env
/grumphp.yml
/phpcs.xml
/runner.yml
/tests/behat.yml
/web/sites/default/services.yml
# Ignore compiled CSS.
/web/themes/joinup/css
# Ignore theme libraries
/web/themes/joinup/vendor
# Ignore files generated by PhpStorm
/.idea/
# Ignore the config_readonly killswitch.
/disable-config-readonly
# Ignore temporary and auto-generated files.
/tmp
/VERSION
# Ignore local docker-compose file.
docker-compose.local.yml
docker-compose.*.local.yml
/resources/docker/local
# CPHP Behat files.
/tests/behat-*
*.sql
*.deb