-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (37 loc) · 1.13 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
###> symfony/framework-bundle ###
/.env.test
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
###< symfony/framework-bundle ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
###> symfony/asset-mapper ###
/public/assets/
###< symfony/asset-mapper ###
###> simplesamlphp metadata ###
aladin-config/simplesamlphp/metadata/saml20-idp-remote.php
###> simplesamlphp certificate ###
aladin-config/simplesamlphp/cert/*.crt
aladin-config/simplesamlphp/cert/*.key
aladin-config/simplesamlphp/cert/*.pem
###< simplesamlphp certificate ###
###> simplesamlphp config ###
aladin-config/simplesamlphp/config/authsources.php
aladin-config/simplesamlphp/config/module_metarefresh.php
###< simplesamlphp config ###
###> simplesamlphp logs ###
vendor/simplesamlphp/simplesamlphp/log/*.log
vendor/simplesamlphp/simplesamlphp/public/log/*.log
###> SSH keys (for pushing to/pulling from git origin) ###
aladin-config/ssh/id_rsa
aladin-config/ssh/id_rsa.pub
###< SSH keys (for pushing to/pulling from git origin) ###
###> PhpStorm IDE ###
.idea/
###< PhpStorm IDE ###