-
Notifications
You must be signed in to change notification settings - Fork 178
/
Copy path.gitignore
71 lines (61 loc) · 917 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
69
70
71
# Composer Related
/vendor
/auth.json
# Published Files
/public/build
/public/hot
/public/storage
/public/docs
/public/css
/public/js
/public/mix-manifest.json
/public/images/medialibrary/
# Frontend Assets
/node_modules
/lang/frontend/*/*.json
# Logs
npm-debug.log
yarn-error.log
# Dot Files
.env
.env.backup
.env.production
# Caches
.phpunit.cache
.phpunit.result.cache
.php_cs.cache
.php-cs-fixer.cache
/build
# IDE Helper
_ide_helper.php
_ide_helper_models.php
.phpstorm.meta.php
# Editors
/.idea
/.fleet
/.vscode
/.zed
# FrankenPHP
/caddy
frankenphp
frankenphp-worker.php
# Laravel
/stubs
# Misc
/storage/*.key
/storage/media-library/*
/storage/app/packageCount.json
/storage/app/peace.json
/storage/docs
/storage/docs-temp
/storage/medialibrary/temp
/storage/media-library/temp
resources/js/types/generated.d.ts
/.vagrant
Homestead.json
Homestead.yaml
dump.rdb
auth.json
meilisearch
data.ms
.DS_Store