Last active
July 19, 2017 17:49
-
-
Save omurphy27/1ceaae53ffe84691f33b911f5a3591ef to your computer and use it in GitHub Desktop.
General Gitignore for Laravel, Laradock, Wordpress, Vim, Mac, and Windows users
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/storage | |
/vendor | |
/laradock | |
/.idea | |
Homestead.json | |
Homestead.yaml | |
.env | |
*.swp | |
*.swn | |
*.swo | |
*.log | |
*.orig | |
.DS_Store | |
Thumbs.db | |
dump.rdb | |
.AppleDouble | |
.LSOverride | |
.htaccess | |
error_log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment