-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
68 lines (53 loc) · 888 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# DS Store
.DS_Store
# Composer
/vendor
# Kurozora
/app/Models/KDashboard
# Laravel
/public/build
/public/hot
/public/storage
/public/images/user_uploads
/public/img/user_uploads
/storage/*.key
.env
.env.backup
.env.production
# Docker
docker-compose.override.yml
# Homestead
Homestead.json
Homestead.yaml
auth.json
# NodeJS
/node_modules
npm-debug.log
# YARN
yarn-error.log
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/
# Phpactor
.phpactor.json
# PHP-CS-Fixer
.php-cs-fixer.cache
# PHP-Stan
build
phpstan*.neon
# PHPStorm
/.fleet
/.idea
/.vscode
# PHPUnit result cache
/.phpunit.cache
.run
.phpunit.result.cache
# laravel-ide-helper files. https://github.com/barryvdh/laravel-ide-helper
.phpstorm.meta.php
_ide_helper_models.php
_ide_helper.php
/nova
public/vendor/nova*
#!nova/composer.json
# Python
__pycache__