We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0923b24 commit 06c0637Copy full SHA for 06c0637
1 file changed
.gitignore
@@ -13,7 +13,6 @@ auth.json
13
/public/hot
14
/public/storage
15
/storage/*.key
16
-auth.json
17
LocalValetDriver.php
18
herd.yml
19
@@ -39,4 +38,29 @@ testbench.yaml
39
38
.DS_Store
40
41
# Windows
42
-Thumbs.db
+Thumbs.db
+
43
+# Moox Dev
44
+/app
45
+/bootstrap
46
+/config
47
+/database
48
+/public
49
+/resources
50
+/routes
51
+/storage
52
+/tests
53
+/composer.json
54
+/composer.lock
55
+/artisan
56
+/package.json
57
+/package-lock.json
58
+/vite.config.js
59
+/pro
60
+/.ai
61
+/.boost
62
+/.skills
63
+/.mcp
64
+/prompts
65
+/agents
66
+/ai
0 commit comments