Skip to content

Instantly share code, notes, and snippets.

@andrii-kvlnko
Created October 28, 2019 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrii-kvlnko/63de65e8fec1c319c7f907e0e028aab0 to your computer and use it in GitHub Desktop.
Save andrii-kvlnko/63de65e8fec1c319c7f907e0e028aab0 to your computer and use it in GitHub Desktop.
Wordpress .gitignore
/*
!wp-content/
wp-content/*
!wp-content/mu-plugins/
!wp-content/plugins/
!wp-content/themes/
wp-content/mu-plugins/*
wp-content/plugins/*
wp-content/themes/*
.*
~*
node_modules/
ehthumbs.db
Thumbs.db
*.sublime-project
*.sublime-workspace
*.komodoproject
*.log
*.sql
*.sqlite
s
*.com
*.class
*.dll
*.exe
*.o
*.so
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
!.gitignore
!.editorconfig
!.phpcs.xml.dist
!README.md
!CHANGELOG.md
!composer.json
!android-chrome-*.png
!apple-touch-icon*.png
!browserconfig.xml
!favicon*.png
!favicon*.ico
!manifest.json
!mstile-*.png
!safari-pinned-tab.svg
!site.webmanifest
#!wp-content/themes/flatsome/
#!wp-content/themes/flatsome-child/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment