Laravel_App/.gitignore

25 lines
296 B
Plaintext
Raw Normal View History

2025-01-13 15:52:38 +03:00
/.phpunit.cache
/node_modules
2025-01-20 16:57:48 +03:00
/app/build
2025-01-13 15:52:38 +03:00
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.nova
/.vscode
/.zed
2025-01-20 13:59:35 +03:00
composer.lock