forked from ec-europa/joinup-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (43 loc) · 1 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
# Ignore directories generated by Composer
/bin/
/drush/contrib/
/vendor/
/web/core/
/web/libraries/
/web/modules/contrib/
/web/profiles/contrib/
/web/themes/contrib/
# Ignore sensitive information
/web/sites/sites.php
/web/sites/*/settings.php
/web/sites/*/settings.local.php
# Ignore Drupal's file directories.
/web/sites/*/files/
/private/
# Ignore SimpleTest multi-site environment.
/web/sites/simpletest/
# Ignore environment specific settings
/build.common.xml
/build.local.xml
/build.properties.local
/drush/drush.yml
/phpcs.xml
/tests/behat.yml
/web/phpunit.xml
/web/sites/default/services.yml
# Ignore compiled CSS and SASS cache.
.sass-cache/
/web/themes/joinup/css
/web/themes/joinup/prototype/css/*.css
# Ignore theme libraries
/web/themes/joinup/vendor
# Ignore files generated by PhpStorm
/.idea/
# Ignore the config_readonly killswitch.
/disable-config-readonly
# Ignore temporary files
/tmp
# Ignore local docker-compose file.
docker-compose.local.yml
docker-compose.*.local.yml
/resources/docker/local