Skip to content

Instantly share code, notes, and snippets.

@growdigital
Last active August 29, 2015 14:05
Show Gist options
  • Save growdigital/56c900d0cf5c7471fdde to your computer and use it in GitHub Desktop.
Save growdigital/56c900d0cf5c7471fdde to your computer and use it in GitHub Desktop.
Grow Digital default .gitignore
# Don't version the node_modules, make sure to install with `npm install`
node_modules
# Don't version bower_components, install with `bower install`
src/bower_components
# Use empty .gitkeep files to keep directory structure
# Normally, don't version `dist` directory. Unless you need it for
# GitHub Pages or similar
dist
# Exclude contents of tmp folder, as it's only for temp gulp files
tmp/*
# Editor project gubbins
## Sublime
*.sublime-project
*.sublime-workspace%
## Textmate
*.tmproj
tmtags
## Emacs
*~
\#*
.\#*
## Vim
*.swp
## NetBeans
nbproject.*
/nbproject/private/
# System detritus
._*
.*.swp
.DS_Store
.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment