Created
July 30, 2015 20:44
-
-
Save mkudenko/242618ac873f2ae786a7 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
| # 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