-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (50 loc) · 801 Bytes
/
.gitignore
File metadata and controls
64 lines (50 loc) · 801 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
55
56
57
58
59
60
61
62
63
64
# Composer dependencies
/vendor/
/composer.lock
# PHPUnit
.phpunit.result.cache
# PHP CS Fixer
/.php-cs-fixer.cache
/.php-cs-fixer.php
# Editor directories and files
/.idea
/.vscode
*.sublime-project
*.sublime-workspace
# Operating system files
.DS_Store
Thumbs.db
# Local environment files
/.env
/.env.backup
/.env.local
# PHP CodeSniffer
/.phpcs.xml
/.phpcs.xml.dist
/phpcs.xml
/phpcs.xml.dist
# PHPStan
/phpstan.neon
/phpstan.neon.dist
# Local development tools
/.php_cs
/.php_cs.cache
/.php_cs.dist
/_ide_helper.php
/.php-cs-fixer.php
# Build artifacts
/build/
/coverage/
# PHPUnit coverage reports
/clover.xml
/coverage.xml
/coverage/
# Laravel generated files
bootstrap/cache/
.phpunit.result.cache
# Local Composer dependencies
composer.phar
workbench
playground
# Log files
*.log