Last active
September 22, 2021 03:12
-
-
Save jhanley-com/f1ce6d6ef390eaf77f8f7e71ab5e5167 to your computer and use it in GitHub Desktop.
Laravel .gitignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/node_modules | |
/public/blog | |
/public/hot | |
/public/storage | |
/storage/*.key | |
/vendor | |
.env | |
.env.backup | |
.phpunit.result.cache | |
docker-compose.override.yml | |
Homestead.json | |
Homestead.yaml | |
npm-debug.log | |
yarn-error.log | |
.vs | |
/.idea | |
/.vscode | |
/public/blog/ | |
/public/blog.bak/ | |
*.swp | |
notes.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment