-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
103 lines (84 loc) · 1.87 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Cache and logs (Symfony2)
/app/cache/*
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
# Email spool folder
/app/spool/*
# Cache, session files and logs (Symfony3)
/var/cache/*
/var/logs/*
/var/sessions/*
!var/cache/.gitkeep
!var/logs/.gitkeep
!var/sessions/.gitkeep
# Logs (Symfony4)
/var/log/*
!var/log/.gitkeep
# Parameters
/app/config/parameters.yml
/app/config/parameters.ini
# Managed by Composer
/app/bootstrap.php.cache
/var/bootstrap.php.cache
/bin/*
!bin/console
!bin/symfony_requirements
/vendor/
# Assets and user uploads
/web/bundles/
/web/uploads/
# PHPUnit
/app/phpunit.xml
/phpunit.xml
# Build data
/build/
# Composer PHAR
/composer.phar
# Backup entities generated with doctrine:generate:entities command
**/Entity/*~
# Embedded web-server pid file
/.web-server-pid
# Idea
.idea
# Local .env file
.env.local
# Local .env.test file
.env.test.local
# Codeclimate CLI code analysis
/codeclimate-master
# PHPCSFixer cache file
.php_cs.cache
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
/coverage/
###> phpunit/phpunit ###
.phpunit.result.cache
###< phpunit/phpunit ###
# Directory created for MySQL Docker data persistence
/var/mysql
/coverage/.css/bootstrap.min.css
/coverage/.css/custom.css
/coverage/.css/nv.d3.min.css
/coverage/.css/octicons.css
/coverage/.css/style.css
/coverage/.icons/file-code.svg
/coverage/.icons/file-directory.svg
/coverage/.js/bootstrap.min.js
/coverage/.js/d3.min.js
/coverage/.js/file.js
/coverage/.js/jquery.min.js
/coverage/.js/nv.d3.min.js
/coverage/.js/popper.min.js
/coverage/Controller/AdminController.php.html
/coverage/Controller/dashboard.html
/coverage/Controller/index.html
/coverage/Controller/IndexController.php.html
/coverage/Controller/TricksController.php.html
/coverage/dashboard.html
/coverage/index.html
/coverage/Kernel.php.html