-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstarter-kit.yaml
44 lines (44 loc) · 1.03 KB
/
starter-kit.yaml
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
export_paths:
- app/Fields/GlobalFields.php
- app/Http/Middleware/Honeypot.php
- app/Http/Kernel.php
- app/Listeners
- app/Modifiers
- app/Providers
- app/Projects
- app/Tags
- app/Utilities
- lang/en/agency_forms.php
- lang/en/agency_meta.php
- lang/en/agency_site.php
- content
- config/filesystems.php
- config/statamic/assets.php
- config/sitemap.php
- resources/svg
- resources/blueprints
- resources/js
- resources/css/cp.css
- resources/css/site.css
- resources/css/tailwind.css
- resources/views
- routes/web.php
- routes/cp.php
- public/drop.svg
- public/android-chrome-192x192.png
- public/android-chrome-512x512.png
- public/apple-touch-icon.png
- public/browserconfig.xml
- public/favicon-16x16.png
- public/favicon-32x32.png
- public/favicon.ico
- public/mstile-150x150.png
- public/safari-pinned-tab.svg
- public/site.webmanifest
- public/assets
- public/css
- package.json
- tailwind.config.js
- webpack.mix.js
dependencies:
stillat/antlers-layouts: '2.*'