-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (88 loc) · 1.52 KB
/
.gitignore
File metadata and controls
98 lines (88 loc) · 1.52 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# -----------------
# Laravel Artifacts
# -----------------
/.phpunit.cache
.phpunit.result.cache
/.laravel-lsp
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
/.vagrant
# -----------------
# Environment files
# -----------------
.env
.env.backup
.env.production
.env.testing
.env.staging
# -----------------
# Test and Debugging Artifacts
# -----------------
.phpunit.result.cache
npm-debug.log
yarn-error.log
# -----------------
# Homestead and Auth Configs
# -----------------
Homestead.json
Homestead.yaml
auth.json
# -----------------
# IDE and Editor Config
# -----------------
/.idea
.DS_Store
npm-debug.log
yarn-error.log
# -----------------
# Fleet Artifacts
# -----------------
/.fleet
# -----------------
# Backup Files
# -----------------
laravel_app_backup.tar.gz
# -----------------
# Log files
# -----------------
docker-compose-*
# -----------------
# Diagnostics files
# -----------------
diagnostics/diagnostics.config
diagnostics/diag_*
docker-diagnostics/docker_diagnostics.config
docker-diagnostics/diag_*
.env.staging
/.vapor
tmplaravel*
.env.test2
/storage/framework/laravel-excel/*
/livewire-tmp
/storage/debugbar
.phpstorm.meta.php
_ide_helper*.php
.cursorrules
/vendor/laravel-ide/*
# ignore all the ai configuration files, have laravel boost manage them and the developer choose their setup
.ai
.agentic-tools-mcp
.claude
.codex
.cursor
.gemini
.github/copilot-instructions.md
.github/skills
.junie
.mcp.json
.opencode
.vscode/mcp.json
AGENTS.md
CLAUDE.md
GEMINI.md
boost.json
opencode.json