-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (45 loc) · 857 Bytes
/
.gitignore
File metadata and controls
54 lines (45 loc) · 857 Bytes
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
# app data
config/db/private_data.sql
# app generated
config/services_sonata.yaml
src/Admin/*Admin.php
src/Entity/*.php
# Docker
laradock
public/images/
# ln .env.local
env
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
###> friendsofphp/php-cs-fixer ###
/.php_cs.cache
/.php_cs.dist
###< friendsofphp/php-cs-fixer ###
###> symfony/phpunit-bridge ###
.phpunit
/phpunit.xml.dist
###< symfony/phpunit-bridge ###
bin/console
bin/phpunit
pipeline.txt
# Eclipse
.buildpath
.phpunit.result.cache
.project
.settings
vendor
###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###