forked from NafaaAzaiez/symfony-rest-api-init
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (37 loc) · 774 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
###> symfony/framework-bundle ###
/var/cache/*
/var/log/*
/var/db/*
!var/db/.keep
/vendor/
###< symfony/framework-bundle ###
# Managed by Composer
/var/bootstrap.php.cache
/bin/*
!bin/console
!bin/phpunit
!bin/symfony_requirements
# Assets and user uploads
/public/bundles/
# PHPUnit
/phpunit.xml
.phpunit
.phpunit.result.cache
/public/coverage/
###> friendsofphp/php-cs-fixer ###
/.php_cs
/.php_cs.cache
###< friendsofphp/php-cs-fixer ###
/public/.DS_Store
.DS_Store
###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###
**/Entity/*~
.idea/
/docker-compose.override.yml
/docker/mysql
config/firebase/service-account.json
###> friends-of-behat/symfony-extension ###
/behat.yml
###< friends-of-behat/symfony-extension ###