This commit is contained in:
+14
-14
@@ -1,10 +1,10 @@
|
|||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env
|
src/.env
|
||||||
.env.backup
|
src/.env.backup
|
||||||
.env.production
|
src/.env.production
|
||||||
.phpactor.json
|
src/.phpactor.json
|
||||||
.phpunit.result.cache
|
src/.phpunit.result.cache
|
||||||
/.codex
|
/.codex
|
||||||
/.cursor/
|
/.cursor/
|
||||||
/.idea
|
/.idea
|
||||||
@@ -12,15 +12,15 @@
|
|||||||
/.phpunit.cache
|
/.phpunit.cache
|
||||||
/.vscode
|
/.vscode
|
||||||
/.zed
|
/.zed
|
||||||
/auth.json
|
src/auth.json
|
||||||
/node_modules
|
src/node_modules
|
||||||
/public/build
|
src/public/build
|
||||||
/public/fonts-manifest.dev.json
|
src/public/fonts-manifest.dev.json
|
||||||
/public/hot
|
src/public/hot
|
||||||
/public/storage
|
src/public/storage
|
||||||
/storage/*.key
|
src/storage/*.key
|
||||||
/storage/pail
|
src/storage/pail
|
||||||
/vendor
|
src/vendor
|
||||||
_ide_helper.php
|
_ide_helper.php
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
|
|||||||
Vendored
+1
@@ -0,0 +1 @@
|
|||||||
|
webPipeline(name: 'laundry-backend', phpVersion: '8.3')
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user