Last active
January 3, 2016 12:39
-
-
Save gentoo-pl/8464277 to your computer and use it in GitHub Desktop.
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
| 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