Skip to content

Instantly share code, notes, and snippets.

@samnydahl
Created April 29, 2015 22:00
Show Gist options
  • Save samnydahl/4f88bf5a346a91958b24 to your computer and use it in GitHub Desktop.
Save samnydahl/4f88bf5a346a91958b24 to your computer and use it in GitHub Desktop.
.gitignore for Laravel projects
### Laravel ###
/vendor
/node_modules
/workbench
.env
public/**
!public/.htaccess
!public/index.php
!public/robots.txt
### Various ###
tests/_output/*
.sass-cache
*.log
### PhpStorm ###
.idea
### SublimeText ###
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
sftp-config.json
_ide_helper.php
### OSX ###
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment