Skip to content

Instantly share code, notes, and snippets.

@guilu
Last active November 8, 2015 11:39
Show Gist options
  • Save guilu/fcb11d23c74b1cf3a0c7 to your computer and use it in GitHub Desktop.
Save guilu/fcb11d23c74b1cf3a0c7 to your computer and use it in GitHub Desktop.
gitigone global (va en el ~)
# 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
@guilu
Copy link
Author

guilu commented Aug 3, 2015

El gitignore global. Poner en el home y así se añadirá a todos los .gitignore de los proyectos.....

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