-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
76 lines (61 loc) · 950 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
72
73
74
75
76
# Environment
.env
.env.backup
# Composer
/vendor
/vendor-dev
/vendor-def
auth.json
composer.lock
# NPM / Node
/node_modules
package-lock.json
# Laravel
/public/hot
/public/storage
/storage/*.key
auth.json
LocalValetDriver.php
herd.yml
# PHPUnit
.phpunit.result.cache
phpunit.cache
phpunit.xml
# Yarn
yarn-error.log
# PHPStan
/build
phpstan.neon
# Testbench
testbench.yaml
# PHP CS Fixer
.php-cs-fixer.cache
# Homestead
Homestead.json
Homestead.yaml
# IDEs
/.idea
/.vscode
# MacOS
.DS_Store
# Windows
Thumbs.db
# Moox Custom
/resources/views/custom/*
!/resources/views/custom/overview.blade.php
!/resources/views/custom/example.blade.php
/_custom/*
!/_custom/composer.json-example
!/_custom/README.md
!/_custom/publish.sh
/routes/custom_*.php
!/routes/custom_example.php
# Moox Press
/public/vendor/*
/public/wp/*
# Moox Builder
/app/Builder/*/*
/config/previews/*
/lang/*/previews/*
/resources/lang/*/previews/*
/packages/builder-pro