-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
61 lines (51 loc) · 1.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
53
54
55
56
57
58
59
60
61
.idea
bower_components
composer.phar
# Ignore deployment files
.deploy
.ssh-token
.deploy-token
# Ignore secrets
.secrets.json
# Generated by console command, so keep away from git
assets/js/_fos_routes.json
# Downloaded ckeditor/elfinder instances
/public/ckeditor
/public/elfinder-assets
# Uploaded assets
/uploads
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> symfony/phpunit-bridge ###
.phpunit.result.cache
.phpunit.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
/public/email/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
# Docker environment
docker-compose.yml
docker/db.env
docker/ltb_prod.env
docker/nginx/server.key
docker/nginx/server.cert
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
###> vincentlanglet/twig-cs-fixer ###
/.twig-cs-fixer.cache
twigcs.xml
###< vincentlanglet/twig-cs-fixer ###