Skip to content

Instantly share code, notes, and snippets.

@Swader
Created January 31, 2013 21:26
Show Gist options
  • Save Swader/4686598 to your computer and use it in GitHub Desktop.
Save Swader/4686598 to your computer and use it in GitHub Desktop.
Probably the most robust .gitignore file I could conjure up
# Project folders and files
upload/
upload/*
vendor/
vendor/*
# IntelliJ - PhpStorm and PyCharm
.idea
.idea/
.idea/*
*.iml
*.ipr
*.iws
# Netbeans
.nbproject
.nbproject/*
nbproject/*
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
public/index.php
# Mac OSX
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# SublimeText project files
/*.sublime-project
*.sublime-workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment