Created
November 12, 2014 17:31
-
-
Save christiaan-lombard/630e4abc1a3323bb38fc to your computer and use it in GitHub Desktop.
root .gitignore for Laravel 5, Bower, Node, Compass
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
# Laravel | |
###################### | |
/.idea | |
/vendor | |
.env | |
*.log | |
/workbench | |
# OS generated files | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Packages | |
###################### | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Node | Bower | SCSS | |
###################### | |
/.sass-cache | |
/public/build | |
/bower_components | |
/node_modules | |
npm-debug.log | |
# Composer | |
###################### | |
composer.lock | |
composer.phar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment