Skip to content

Instantly share code, notes, and snippets.

@flacodirt
Last active December 15, 2015 20:09
Show Gist options
  • Save flacodirt/5316048 to your computer and use it in GitHub Desktop.
Save flacodirt/5316048 to your computer and use it in GitHub Desktop.
My gitignore file. Geared towards LAMP environment but also includes common Windows and Dreamweaver ignores.
# Logs
*.log
*_log
# Backups
*.bak
*.7z
*.bz2
*.gz
*.tar
*.zip
# NetBeans IDE
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
# Dreamweaver
_notes/
dwsync.xml
# Windows image file caches
Thumbs.db
ehthumbs.db
# Windows Folder config file
Desktop.ini
# Windows Recycle Bin used on file shares
$RECYCLE.BIN/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment