forked from Kurozora/kurozora-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
77 lines (62 loc) · 1.04 KB
/
.dockerignore
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
# DS Store
.DS_Store
# Composer
/vendor
# Laravel
/public/build
/public/hot
/public/storage
/public/sitemaps
/public/images/user_uploads
/public/img/user_uploads
/storage/*.key
/storage/app/*
!/storage/app/public/
/storage/debugbar/*
/storage/framework/cache/data/*
/storage/framework/sessions/*
/storage/framework/testing/*
/storage/framework/views/*
/storage/logs/*.log
.env
.env.backup
.env.production
# AWS
.ebextensions
.platform
# Git
.git
.github
# Docker
docker-compose.yml
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/
# 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
# Python
__pycache__