Skip to content

Instantly share code, notes, and snippets.

@nirajkvinit
Forked from Swader/.gitignore
Created July 4, 2017 17:19
Show Gist options
  • Save nirajkvinit/d9eeeeee69d7c23912596f829181dc8b to your computer and use it in GitHub Desktop.
Save nirajkvinit/d9eeeeee69d7c23912596f829181dc8b to your computer and use it in GitHub Desktop.
ultimate-gitignore
# Composer
vendor
composer.phar
# IntelliJ - PhpStorm and PyCharm
.idea
*.ipr
*.iws
# Logs
logs
error.log
access.log
# Netbeans
nbproject
.nbproject
.nbproject/*
nbproject/*
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
# Mac OSX
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# SublimeText project files
/*.sublime-project
*.sublime-workspace
# Dart
packages
packages/*
# Vagrant
.vagrant
.vagrant/*
.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment