Skip to content

Instantly share code, notes, and snippets.

@zeroc0d3
Last active November 2, 2016 23:37
Show Gist options
  • Select an option

  • Save zeroc0d3/b5e5b51baac87ea4b8f7521405e62d4f to your computer and use it in GitHub Desktop.

Select an option

Save zeroc0d3/b5e5b51baac87ea4b8f7521405e62d4f to your computer and use it in GitHub Desktop.
Git ignore file for Laravel, CodeIgniter & Slim PHP Framework
# 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