Skip to content

Instantly share code, notes, and snippets.

@Javlopez
Created September 5, 2011 16:33
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 Javlopez/1195409 to your computer and use it in GitHub Desktop.
Save Javlopez/1195409 to your computer and use it in GitHub Desktop.
Git Ignored files to kohana Framework 3.2
/.git
/.settings
/.buildpath
/example.htaccess
/temp
/queue
.DS_Store
.project
.buildpath
.settings
**.tmp_*
**tmp_*
.metadata
tmp/**
*.tmp
*.bak
tmp/**/*
*.swp
*~.nib
Thumbs.db
Desktop.ini
*~
*.apk
bin
gen
local.properties
/application/logs
/application/cache
@Javlopez
Copy link
Author

Javlopez commented Sep 5, 2011

Importante

Crear un archivo .gitignore en la carpeta del proyecto con este contenido, asi evitamos que se suba al github, archivos que pueden causar conflictos con los ides como eclipse y demas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment