Skip to content

Instantly share code, notes, and snippets.

@ManishLSN
Created February 22, 2018 09:12
Show Gist options
  • Save ManishLSN/32b556a2910766ab1ea00f06d49d8956 to your computer and use it in GitHub Desktop.
Save ManishLSN/32b556a2910766ab1ea00f06d49d8956 to your computer and use it in GitHub Desktop.
gitignore file should have these file extensions
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# =========================
# Operating System Files
# =========================
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
data/*
.dpd
npm-debug.log
node_modules
# Backup files
.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment