Skip to content

Commit 06c0637

Browse files
authored
Update .gitignore to include Moox Dev files
1 parent 0923b24 commit 06c0637

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

.gitignore

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ auth.json
1313
/public/hot
1414
/public/storage
1515
/storage/*.key
16-
auth.json
1716
LocalValetDriver.php
1817
herd.yml
1918

@@ -39,4 +38,29 @@ testbench.yaml
3938
.DS_Store
4039

4140
# Windows
42-
Thumbs.db
41+
Thumbs.db
42+
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

Comments
 (0)