Skip to content

Instantly share code, notes, and snippets.

@michaelwhyte
Last active November 12, 2024 22:54
Show Gist options
  • Save michaelwhyte/341f3c841e6bb613f5d0974256d6b615 to your computer and use it in GitHub Desktop.
Save michaelwhyte/341f3c841e6bb613f5d0974256d6b615 to your computer and use it in GitHub Desktop.
Starter Git ignore file for basic web development...
# OS generated files #
######################
# 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
# 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
# Saas cache #
##############
.sass-cache
# Sublime Text 2 or 3 specific files #
#################################
*.sublime-project
*.sublime-workspace
# Other text editor folders or files #
######################################
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.komodoproject
.komodotools
_notes
dwsync.xml
# Ignore Node Modules #
#######################
node_modules/
# Folders to Ignore #
#####################
.tmp/
# Ignore compiled CSS from repository
styles/
# Misc files to ignore #
########################
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment