Skip to content

Instantly share code, notes, and snippets.

@jhanley-com
Last active September 22, 2021 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhanley-com/f1ce6d6ef390eaf77f8f7e71ab5e5167 to your computer and use it in GitHub Desktop.
Save jhanley-com/f1ce6d6ef390eaf77f8f7e71ab5e5167 to your computer and use it in GitHub Desktop.
Laravel .gitignore file
/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