forked from studio1902/statamic-peak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarter-kit.yaml
54 lines (54 loc) · 1.4 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
45
46
47
48
49
50
51
52
53
54
export_paths:
- .env.example
- .gitignore
- app/Actions/GenerateSocialImages.php
- app/Console/Kernel.php
- app/Console/Commands
- app/Http/Controllers/DynamicToken.php
- app/Http/Middleware/VerifyCsrfToken.php
- app/Jobs/GenerateSocialImagesJob.php
- app/Listeners/GenerateFavicons.php
- app/Providers/AppServiceProvider.php
- app/Providers/EventServiceProvider.php
- app/Widgets/ImagesMissingAlt.php
- CHANGELOG.md
- content
- config/filesystems.php
- config/statamic/assets.php
- config/statamic/antlers.php
- config/statamic/cp.php
- config/statamic/editions.php
- config/statamic/git.php
- config/statamic/live_preview.php
- config/statamic/search.php
- config/statamic/stache.php
- config/statamic/static_caching.php
- config/statamic/users.php
- lang/
- public/build
- public/assets
- public/favicons/.gitkeep
- public/social_images/.gitkeep
- public/visuals
- resources/blueprints
- resources/css/custom.css
- resources/css/site.css
- resources/fieldsets
- resources/forms
- resources/js/site.js
- resources/svg
- resources/users/roles.yaml
- resources/views
- routes/web.php
- CONTRIBUTING.md
- LICENSE
- package.json
- package-lock.json
- postcss.config.js
- tailwind.config.js
- tailwind.config.peak.js
- tailwind.config.site.js
- tailwind.config.typography.js
- vite.config.js
export_as:
README.md: README.example.md