Skip to content

Instantly share code, notes, and snippets.

@jdcauley
Last active August 29, 2015 14:11
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 jdcauley/9e15ac5a920e4c4c6b02 to your computer and use it in GitHub Desktop.
Save jdcauley/9e15ac5a920e4c4c6b02 to your computer and use it in GitHub Desktop.
gitignore
# --- Ignore core WP files, while allowing wp-content/ directory
wp-config.php
# --- Ignore globally
*wp-config.php
# --- Allow globaly
!*.gitignore
!*.gitkeep
# --- Ignore OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# --- Ignore Vim generated files
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment