Skip to content

Instantly share code, notes, and snippets.

@leohxj
Created January 7, 2018 07:20
Show Gist options
  • Select an option

  • Save leohxj/32706500cbbcc5876baf69734d443cab to your computer and use it in GitHub Desktop.

Select an option

Save leohxj/32706500cbbcc5876baf69734d443cab to your computer and use it in GitHub Desktop.
frontend best gitignore
# General
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Editor directories and files
.idea
.vscode
# Dependency directories
node_modules
# Optional
.npm
.node_repl_history
# assets publish
# you can ignore dist Folder if you publish your assets with CI to CDN
# Project specific stuff
temp
typings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment