Skip to content

Instantly share code, notes, and snippets.

@Splode
Created August 9, 2017 22:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Splode/81906de05425d6e0682b9ab9dae04b0a to your computer and use it in GitHub Desktop.
Save Splode/81906de05425d6e0682b9ab9dae04b0a to your computer and use it in GitHub Desktop.
Gitignore Template
# ================ Windows =====================
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# ============== Visual Studio Code =================
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# ================= Mac OS ==================
# General
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# 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
# =============== General ==================
node_modules
# ================ Logs =====================
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment