Skip to content

Instantly share code, notes, and snippets.

@gentoo-pl
Last active January 3, 2016 12:39
Show Gist options
  • Select an option

  • Save gentoo-pl/8464277 to your computer and use it in GitHub Desktop.

Select an option

Save gentoo-pl/8464277 to your computer and use it in GitHub Desktop.
composer.phar
# Bootstrap
app/bootstrap*
# Symfony directories
vendor/*
web/assetic/*
web/bundles/*
# Configuration files
app/config/parameters.ini
app/config/parameters.yml
# Use wildcards as well
*~
*.swp
# System artefacts
Thumbs.db
desktop.ini
.DS_Store
# Editor
*.sublime-project
*.sublime-workspace
*.seed
*.dat
*.out
*.pid
*.gz
*.tar
# Logs and databases #
######################
*.log
*.sql
*.sqlite
index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment