Created
November 2, 2016 23:38
-
-
Save zeroc0d3/b3f01091143d2ab63fc4bbb38ca2d9ce to your computer and use it in GitHub Desktop.
Hg (mercurial) ignore file for Laravel, CodeIgniter & Slim PHP Framework
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
syntax: glob | |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # | |
############ | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Logs and databases # | |
###################### | |
*.log | |
*.sql | |
*.sqlite | |
# OS generated files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Temporary storage # | |
###################### | |
storage/framework/cache/* | |
storage/framework/session/* | |
storage/logs/* | |
public/storage | |
application/cache/* | |
!application/cache/index.html | |
!application/cache/.htaccess | |
application/logs/* | |
!application/logs/index.html | |
!application/logs/.htaccess | |
system/cache/* | |
system/logs/* | |
vqmod/checked.cache | |
# Repositories # | |
################ | |
node_modules/* | |
bower_components/* | |
public/node_modules/* | |
public/bower_components/* | |
vendor/* | |
system/* | |
# Configuration files # | |
####################### | |
application/config/config.php | |
application/config/database.php | |
application/third_party | |
application/views | |
.env | |
.project/* | |
nbproject/* | |
.idea/* | |
Homestead.yaml | |
Homestead.json | |
.git/* | |
.hg/* | |
.htaccess | |
.htaccess.bak | |
.htaccess.txt | |
set_permission*.sh | |
access.log | |
error.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment