-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
58 lines (46 loc) · 998 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
# Ignore Drupal's file directory
/htdocs/sites/*/files/
/htdocs/media
/htdocs/sites/default/settings.local.php
# Ignore files generated by PhpStorm
/.idea/
# Ignore .env files as they are personal
/.env
#ignore docker mariadb data files
docker/mariadb/data/*
# Pour le moment on git le settings.local.php. On verra par la suite
#config/settings.local.php
# Ignore all elements in media except .htaccess
media/**
!media/.htaccess
# Front-end assets
*/.sass-cache/**
tmp/*
!tmp/.htaccess
# OS generated files
.DS_Store*
ehthumbs.db
Icon\?
Thumbs.db
tests/failed/
!tests/failed/.gitkeep
tests/results/
tests/behat.local.yml
# Ignore generated files
/vendor/bin/
private-files/*
!private-files/.htaccess
/htdocs/saml
/htdocs/noms-geographiques
/vendor/simplesamlphp/simplesamlphp/www/www
/config/settings.local.php
# Ignore mma debug
run.sh
# For open-sources to ignore.
/docker/ge-app.b64
/vendor/
/htdocs/core/
/htdocs/modules/contrib/
/htdocs/themes/contrib/
# Sonarscanner
.scannerwork