.gitignore文件大全

Ron DeVera 04cc9bbb41 Removed TextMate-specific lines from Ruby.gitignore 14 年之前
Global 986092fb00 Added Global/TextMate.gitignore 14 年之前
Android.gitignore 1bb483835a add basic Android gitignore 14 年之前
C++.gitignore fbcdec436e add basic gitignore for C++ 14 年之前
CSharp.gitignore ab472108c5 Adding C# ignores 14 年之前
Django.gitignore 07b5d97c0a How on earth did I write *.po?! Those are the actual translation files! 14 年之前
Erlang.gitignore 8152623b1e Added erlang gitignore 14 年之前
Jython.gitignore 2ce6478f7b Jython ignores 14 年之前
Kohana.gitignore a3a9c380b9 Kohana-PHP gitignore 14 年之前
Magento.gitignore 64e23e74a6 Added Magento gitignore 14 年之前
Objective-C.gitignore ea6e9227f8 Support defaulting user-specific Xcode project settings. 14 年之前
Python.gitignore 80e0020b8c Add exclusions for setup.py behaviors 14 年之前
README.md bbebf0f7f6 READMEs and globals and you 14 年之前
Rails.gitignore 244b9d3ef5 Remove .rmvrc from Rails.gitignore. Feel free to add manually. 14 年之前
Ruby.gitignore 04cc9bbb41 Removed TextMate-specific lines from Ruby.gitignore 14 年之前
Scala.gitignore 8db8a470ea Added scala gitignore 14 年之前
Symfony.gitignore fb3975e18c removing lib/vendor/symfony ignore. Not everyone symlinks their symfony libs (like they should) 14 年之前

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)