Skip to content

Instantly share code, notes, and snippets.

@mkudenko
Created July 30, 2015 20:44
Show Gist options
  • Select an option

  • Save mkudenko/242618ac873f2ae786a7 to your computer and use it in GitHub Desktop.

Select an option

Save mkudenko/242618ac873f2ae786a7 to your computer and use it in GitHub Desktop.
# Laravel #
###########
/bootstrap/compiled.php
.env
.env.testing
# Composer #
############
/vendor
composer.phar
composer.lock
# NodeJS #
##########
/node_modules
/bower_components
npm-debug.log
# User Files #
##############
/public/uploads
# OS generated files #
######################
*~
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
.svn
.directory
# IDE generated files #
#######################
.project
.settings
*.bbprojectd
*.sublime-project
*.sublime-workspace
*.tmproj
*.pbxuser
*.perspective
*.perspectivev3
*.mode1v3
*.mode2v3
*.swp
*~.nib
nbproject
.komodotools
.idea
# Codeception #
###############
codeception.yml
tests/_data/scenarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment