Skip to content

Instantly share code, notes, and snippets.

@SteveRohrlack
Created April 28, 2016 11:36
Show Gist options
  • Save SteveRohrlack/fa590d3a935c55d9ebb5ef6200497d3a to your computer and use it in GitHub Desktop.
Save SteveRohrlack/fa590d3a935c55d9ebb5ef6200497d3a to your computer and use it in GitHub Desktop.
.gitignore Template
# Project specific
# ...
# Project Dev
logs/*
build/*
!build/.gitkeep
!logs/.gitkeep
/vendor/
# bundler
/.bundle/
# sass
.sass-cache/
# OSX Temp
.DS_Store
.AppleDouble
.LSOverride
# OSX Thumbnails
._*
# OSX Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Linux trash folder which might appear on any partition or disk
.Trash-*
# Windows image file caches
Thumbs.db
ehthumbs.db
# Windows Folder config file
Desktop.ini
# Windows Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows shortcuts
*.lnk
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# vim
*.swp
# IDE Sublime project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
# IDE Sublime workspace files are user-specific
*.sublime-workspace
# IDE Sublime cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# IDE PHPStorm
.idea
# IDE Netbeans
nbproject
# Vagrant
.vagrant/
vagrant_ansible_inventory_default
# nodejs
node_modules
npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment