Skip to content

Instantly share code, notes, and snippets.

@bitboxx
Last active August 11, 2017 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitboxx/72f84a73455ee1c5d6ce to your computer and use it in GitHub Desktop.
Save bitboxx/72f84a73455ee1c5d6ce to your computer and use it in GitHub Desktop.
My standard .gitignore
# Mac OSX Files
.DS_Store
.AppleDouble
.LSOverride
# 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
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
reports
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# SASS Cache files
.sass-cache
# node-waf configuration
.lock-wscript
# Build directory
build
# Dependency directory
node_modules
bower_modules
bower_components
# NPM package lock
package-lock.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment