-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
45 lines (45 loc) · 876 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
/node_modules
/public/hot
/public/storage
/public/mix-manifest.json
/public/css/app.css
/public/css/nova.css
/public/js/app.js
/public/js/app.js.LICENSE.txt
/public/js/nova.js
/storage/*.key
/vendor
/.idea
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
.env
/resources/lang/vendor/nova/
/resources/views/vendor/nova/*
!/resources/views/vendor/nova/partials
/resources/views/vendor/nova/partials/*
!/resources/views/vendor/nova/partials/meta.blade.php
/public/vendor/nova/
/public/nova-assets
/public/vendor/horizon/
auth.json
.phpstorm.meta.php
.idea_helper.php
_ide_helper.php
*.log
/error-pages-cache/
.last_deployment_hash
pause-monitoring.sh
resume-monitoring.sh
.vapor/
.env.production
/storage/framework/laravel-excel/
/.phpunit.cache
/storage/*.sqlite
!/storage/db-clean.sqlite
!/storage/quickstart.sqlite
*.map
.envault.json
.phpunit.result.cache
/docs/_build/