Skip to content

Instantly share code, notes, and snippets.

@javifr
Created May 18, 2011 14:40
Show Gist options
  • Save javifr/978705 to your computer and use it in GitHub Desktop.
Save javifr/978705 to your computer and use it in GitHub Desktop.
gitignore template for 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment