Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jan Michael Alonzo b2788d6ed2 Add Rhodes mobile application framework gitignore il y a 13 ans
Global Ignore .loadpath file in Eclipse il y a 13 ans
Actionscript.gitignore Update to the Actionscript ignore file to put the .settings reference as a directory il y a 13 ans
Android.gitignore add basic Android gitignore il y a 13 ans
Autotools.gitignore to ignore autotools generated files il y a 13 ans
C++.gitignore add basic gitignore for C++ il y a 13 ans
CMake.gitignore Added a .gitignore for files auto-generated by the CMake build-system. il y a 13 ans
CSharp.gitignore Adding C# ignores il y a 13 ans
CakePHP.gitignore added CakePHP gitignore il y a 13 ans
CodeIgniter.gitignore Added CodeIgniter ignores il y a 13 ans
Django.gitignore Adding Emacs backup, and Vi swap ignores to Global/ il y a 13 ans
Erlang.gitignore Added erlang gitignore il y a 13 ans
Go.gitignore Added Go.gitignore il y a 13 ans
Grails.gitignore Added common .gitignore for the Grails framework il y a 13 ans
Jython.gitignore Jython ignores il y a 13 ans
Kohana.gitignore Kohana-PHP gitignore il y a 13 ans
LaTeX.gitignore (La)TeX, BibTeX, latexmk, etc il y a 13 ans
Lithium.gitignore Adding Lithium ignores. il y a 13 ans
Magento.gitignore Added Magento gitignore il y a 13 ans
Maven.gitignore Added Maven gitignore il y a 13 ans
Node.gitignore Removing .DS_Store; specific to OS X, and redundant with Global/OSX il y a 13 ans
Objective-C.gitignore Removing .DS_Store; specific to OS X, and redundant with Global/OSX il y a 13 ans
Perl.gitignore Add gitignore for Perl projects il y a 13 ans
Python.gitignore Add exclusions for setup.py behaviors il y a 13 ans
README.md Fix readme about config setting il y a 13 ans
Rails.gitignore Ignore .orig files for Rails il y a 13 ans
RhodesRhomobile.gitignore Add Rhodes mobile application framework gitignore il y a 13 ans
Ruby.gitignore Removing .DS_Store; specific to OS X, and redundant with Global/OSX il y a 13 ans
Scala.gitignore Added scala gitignore il y a 13 ans
Symfony.gitignore ignore propel properties il y a 13 ans
TurboGears2.gitignore Add for TurboGears2 (based off of Python template) il y a 13 ans

README.md

A Collection of Useful .gitignore Templates

That’s what we’re trying to build. Please contribute by forking and sending a pull request.

Also please only modify one file per commit. This’ll make merging easier for everyone.

Global gitignores (OS-specific, editor-specific) should go into the Global/ directory.

For more information on gitignore: gitignore(5)

Global Ignores

git has a global configuration that applies rules to all of your projects. For example:

git config --global core.excludesfile ~/.global_ignore

… will apply the rules in ~/.global_ignore for all of your repos.

This is useful if you use an editor (like Emacs) that drops backup files, or if you work in an environment that generates binary or intermediate files that are always ignored.