Skip to content

Instantly share code, notes, and snippets.

@bradonomics
Last active December 20, 2016 01:40
Show Gist options
  • Save bradonomics/53b262dd1a565eb6de02 to your computer and use it in GitHub Desktop.
Save bradonomics/53b262dd1a565eb6de02 to your computer and use it in GitHub Desktop.
.gitignore for WordPress projects.
### Gulp ###
.sass-cache
package.json
/node_modules/
### Atom ###
.ftpconfig
.sftpconfig
### Compiled Source ##
*.com
*.class
*.dll
*.exe
*.o
*.so
### Compressed Packages ###
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
### Logs and Databases ###
*.log
*.sql
*.sqlite
### Linux ###
*~
.fuse_hidden*
.Trash-*
.nfs*
### MacOS ###
*.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Windows ###
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment