Files
freeu-project/.gitignore
Ritikesh yadav c661166e1d first commit
2024-03-28 14:52:40 +05:30

27 lines
344 B
Plaintext

/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode
*.log
/logs/
//added
**/.DS_Store
echo '/draft.yaml' >> .gitignore
echo '/.blueprint' >> .gitignore