Skip to content

Instantly share code, notes, and snippets.

@javifr
Created May 18, 2011 14:46
Show Gist options
  • Save javifr/978716 to your computer and use it in GitHub Desktop.
Save javifr/978716 to your computer and use it in GitHub Desktop.
gitignore template for Wordpress with nested Codeigniter
##### importante para poder comitar carpetas vacias
##### hay que introducir un gitignore en cada carpeta que quieras vacia con:
##### *
##### !.gitignore
!.gitignore
##### Global files
*.zip
.svn
.DS_Store
thumbs.db
##### Codeigniter files
*user_guide
*system/logs/*
*system/logs/log-*.php
*system/logs/!index.html
*system/cache/*
*mailing/*
*wsdls/*
##### Gananones
*captcha/*
fuera_de_servicio
paginas_fuera_servicio
fuera_servicio.html
##### importante para poder comitar carpetas vacias
##### hay que introducir un gitignore en cada carpeta que quieras vacia con:
##### *
##### !.gitignore
!.gitignore
##### Global files
*.zip
.svn
.DS_Store
thumbs.db
# Wordpress files
*wp-activate.php
*wp-app.php
*wp-atom.php
*wp-blog-header.php
*wp-comments-post.php
*wp-commentsrss2.php
*wp-config-sample.php
*wp-cron.php
*wp-feed.php
*wp-links-opml.php
*wp-load.php
*wp-login.php
*wp-mail.php
*wp-pass.php
*wp-rdf.php
*wp-register.php
*wp-rss.php
*wp-rss2.php
*wp-settings.php
*wp-signup.php
*wp-trackback.php
*xmlrpc.php
*wp-admin/
*wp-includes/
*wp-content/uploads/
*wp-content/upgrade/*
*wp-content/backup-db/*
*wp-content/advanced-cache.php
*wp-content/wp-cache-config.php
*wp-content/cache/*
*wp-content/cache/supercache/*
*sitemap.xml
*sitemap.xml.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment