Skip to content

Instantly share code, notes, and snippets.

@iansvo
Last active September 29, 2025 22:15
Show Gist options
  • Save iansvo/99962f3a0fea7a726dda6109a8cbda5f to your computer and use it in GitHub Desktop.
Save iansvo/99962f3a0fea7a726dda6109a8cbda5f to your computer and use it in GitHub Desktop.
Modern WordPress GitIgnore for single folder project
node_modules
bower_components
release
vendor
phpunit.xml
.idea
uploads
upgrade
cache
dist
build
# Editors
*.esproj
*.tmproj
*.tmproject
tmtags
.*.sw[a-z]
*.un~
Session.vim
*.swp
.vscode/launch.json
tasks.json
# Mac OSX
.DS_Store
._*
.Spotlight-V100
.Trashes
# Windows
Thumbs.db
Desktop.ini
/debug.log
# Large Files
*.zip
*.gzip
*.sql
*.sqlz
# Applications
*.exe
*.dmg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment