| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 | //this will affect all the git reposgit config --global core.excludesfile ~/.gitignore//update files since .ignore won't if already trackedgit rm --cached <file># Compiled source ####################*.com*.class*.dll*.exe*.o*.so# 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# OS generated files #######################.DS_Store.DS_Store?._*.Spotlight-V100.Trashes# Icon?ehthumbs.dbThumbs.db.cache.project.settings.tmproj*.esprojnbproject# Numerous always-ignore extensions ######################################*.diff*.err*.orig*.rej*.swn*.swo*.swp*.vi*~*.sass-cache*.grunt*.tmp# Dreamweaver added files ############################_notesdwsync.xml# Komodo ############################*.komodoproject.komodotools# Node ######################node_modules# Bower ######################bower_components# Folders to ignore ######################.hg.svn.CVSintermediatepublish.idea.graphics_test_archiveuploadstmp# Vim files to ignore ########################.VimballRecord.netrwhistbundle.*_demo
 |