Created
May 18, 2011 14:40
-
-
Save javifr/978705 to your computer and use it in GitHub Desktop.
gitignore template for CodeIgniter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### 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