Skip to content

Instantly share code, notes, and snippets.

@kenmcewan
Created September 8, 2019 05:35
Show Gist options
  • Save kenmcewan/92211df2e0c66b233a2c6fd655856984 to your computer and use it in GitHub Desktop.
Save kenmcewan/92211df2e0c66b233a2c6fd655856984 to your computer and use it in GitHub Desktop.
.gitignore starter for frontend development on mac and windows using Visual Studio Code or Sublime text
# Created by https://www.gitignore.io/api/visualstudiocode
# Edit at https://www.gitignore.io/?templates=visualstudiocode
### VisualStudioCode ###
.vscode/
.settings/
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
# End of https://www.gitignore.io/api/visualstudiocode
# Created by https://www.gitignore.io/api/macos
# Edit at https://www.gitignore.io/?templates=macos
### macOS ###
# 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
# End of https://www.gitignore.io/api/macos
# node modules with icloud sync ignored
node_modules
node_modules.nosync
# end of node mdules with icloud sync ignored
# General system & frontend files
*.env
*.logs
.npm
### Windows ###
# 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
### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment