Skip to content

Commit 6ca586e

Browse files
committed
Merge remote-tracking branch 'origin/master' into fix/526-custom-builder-support
2 parents ca23d25 + ae605a8 commit 6ca586e

File tree

7 files changed

+462
-773
lines changed

7 files changed

+462
-773
lines changed

.gitignore

Lines changed: 1 addition & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -10,90 +10,5 @@
1010
/public/storage
1111
/storage/*.key
1212
/vendor
13-
/.vagrant
14-
15-
# -----------------
16-
# Environment files
17-
# -----------------
18-
.env
19-
.env.backup
20-
.env.production
21-
.env.testing
22-
.env.staging
23-
24-
# -----------------
25-
# Test and Debugging Artifacts
26-
# -----------------
27-
.phpunit.result.cache
28-
npm-debug.log
29-
yarn-error.log
30-
31-
# -----------------
32-
# Homestead and Auth Configs
33-
# -----------------
34-
Homestead.json
35-
Homestead.yaml
36-
auth.json
37-
38-
# -----------------
39-
# IDE and Editor Config
40-
# -----------------
41-
/.idea
42-
.DS_Store
43-
44-
npm-debug.log
45-
yarn-error.log
46-
47-
# -----------------
48-
# Fleet Artifacts
49-
# -----------------
50-
/.fleet
51-
52-
# -----------------
53-
# Backup Files
54-
# -----------------
55-
laravel_app_backup.tar.gz
56-
57-
# -----------------
58-
# Log files
59-
# -----------------
60-
docker-compose-*
61-
62-
# -----------------
63-
# Diagnostics files
64-
# -----------------
65-
diagnostics/diagnostics.config
66-
diagnostics/diag_*
67-
docker-diagnostics/docker_diagnostics.config
68-
docker-diagnostics/diag_*
69-
.env.staging
70-
/.vapor
71-
tmplaravel*
72-
.env.test2
73-
/storage/framework/laravel-excel/*
74-
/livewire-tmp
75-
/storage/debugbar
76-
.phpstorm.meta.php
77-
_ide_helper*.php
78-
.cursorrules
79-
/vendor/laravel-ide/*
80-
81-
82-
# ignore all the ai configuration files, have laravel boost manage them and the developer choose their setup
13+
composer.lock
8314
.ai
84-
.agentic-tools-mcp
85-
.claude
86-
.codex
87-
.cursor
88-
.gemini
89-
.github/copilot-instructions.md
90-
.github/skills
91-
.junie
92-
.mcp.json
93-
.opencode
94-
.vscode/mcp.json
95-
AGENTS.md
96-
CLAUDE.md
97-
GEMINI.md
98-
boost.json
99-
opencode.json

0 commit comments

Comments
 (0)