Adding gitignore

This commit is contained in:
Ale Gallo 2023-11-08 18:15:39 +01:00
parent 6b4af403dd
commit 8a327c5b95

20
.gitignore vendored Normal file
View file

@ -0,0 +1,20 @@
/.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
.DS_Store