-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (56 loc) · 1.4 KB
/
.gitignore
File metadata and controls
78 lines (56 loc) · 1.4 KB
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
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
.env
.idea/
signing-keys/privkey.pem
signing-keys/cert.pem
signing-keys/windowsKey.pfx
signing-keys/ca.pem
signing-keys/chain.pem
signing-keys/fullchain.pem
.env.martelado
release-package/release.zip
public/resources/uploaded/*
!upload/.gitkeep
assets/styles/randomRealmsColors.css
DockerfileDev
pgp_public_key/*
!pgp_public_key/.gitkeep
###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###
###> squizlabs/php_codesniffer ###
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###
###> vincentlanglet/twig-cs-fixer ###
/.twig-cs-fixer.cache
###< vincentlanglet/twig-cs-fixer ###
###> script for pipelines before commits ###
.git/hooks/pre-commit
###< script for pipelines before commits ###
geoLiteDB/GeoLite2-City.mmdb
###> Command for DB reset for local testing ###
src/Command/ResetRadiusMarcelinaSettingsCommand.php
###< Command for DB reset for local testing ###
###> symfony/asset-mapper ###
/public/assets/
/assets/vendor/
/public/build/
/node_modules/
###< symfony/asset-mapper ###