Last active
November 8, 2015 11:39
-
-
Save guilu/fcb11d23c74b1cf3a0c7 to your computer and use it in GitHub Desktop.
gitigone global (va en el ~)
This file contains hidden or 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
# Compiled source # | |
#------------------------------------------- | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
*.pyc | |
# -- Editores ----------------------------------------- | |
# vim | |
########## | |
.*.sw[a-z] | |
*.un~ | |
Session.vim | |
.netrwhist | |
# eclipse | |
########## | |
*.pydevproject | |
.project | |
.metadata | |
bin/** | |
tmp/** | |
tmp/**/* | |
*.tmp | |
*.bak | |
*.swp | |
*~.nib | |
local.properties | |
.classpath | |
.settings/ | |
.loadpath | |
.externalToolBuilders/ | |
*.launch | |
.buildpath | |
# phpstorm | |
########## | |
.idea/ | |
# textmate | |
########## | |
*.tmproj | |
*.tmproject | |
tmtags | |
# sublimetext | |
########## | |
/*.sublime-project | |
*.sublime-workspace | |
# netbeans | |
########## | |
nbproject/private/ | |
build/ | |
nbbuild/ | |
dist/ | |
nbdist/ | |
nbactions.xml | |
nb-configuration.xml | |
# -- Sistemas Operativos ------------------------------ | |
# Windows | |
########## | |
Thumbs.db | |
ehthumbs.db | |
Desktop.ini | |
$RECYCLE.BIN/ | |
# Linux | |
########## | |
.* | |
!.gitignore | |
!.htaccess | |
*~ | |
# Mac OS X | |
########## | |
.DS_Store | |
.DS_Store? | |
.AppleDouble | |
.LSOverride | |
Icon? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
# -- Automated workflows (bower,node,npm...) | |
#------------------------------------------- | |
/bower_components/ | |
/node_modules/ | |
# Packages # | |
#------------------------------------------- | |
# it's better to unpack these files and commit the raw source | |
# git has its own built in compression methods | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Logs and databases # | |
#------------------------------------------- | |
*.log | |
*.sql | |
*.sqlite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
El gitignore global. Poner en el home y así se añadirá a todos los .gitignore de los proyectos.....