A collection of useful .gitignore templates
Go to file
Adam Roben 81c11d90a3 Merge pull request #836 from jephir/fix-unity
Prevent Unity .gitignore from ignoring non-Unity project files
2013-11-11 09:11:10 -08:00
Global Merge pull request #831 from arcresu/idea 2013-11-11 05:25:58 -08:00
Actionscript.gitignore
Android.gitignore Remove IntelliJ rules from Android -> Global/JetBrains 2013-11-09 13:02:44 +11:00
AppceleratorTitanium.gitignore
Autotools.gitignore
Bancha.gitignore
C.gitignore Ignore elf and hex in C.gitignore 2013-11-08 00:12:13 +00:00
C++.gitignore
CakePHP.gitignore
CFWheels.gitignore
Clojure.gitignore
CMake.gitignore
CodeIgniter.gitignore
Compass.gitignore
Composer.gitignore Add Composer.gitignore for composer packages 2013-11-09 13:38:32 +02:00
Concrete5.gitignore
CONTRIBUTING.md
Coq.gitignore
Dart.gitignore
Delphi.gitignore
Django.gitignore
Drupal.gitignore
Eagle.gitignore
EPiServer.gitignore
Erlang.gitignore
ExpressionEngine.gitignore Merge pull request #488 from nanadevelopment/eeConfigAdd 2013-11-11 05:37:55 -08:00
Fancy.gitignore
Finale.gitignore
ForceDotCom.gitignore
FuelPHP.gitignore
gcov.gitignore
Go.gitignore
Grails.gitignore
GWT.gitignore
Haskell.gitignore
Java.gitignore
Jboss.gitignore
Jekyll.gitignore
Joomla.gitignore
Jython.gitignore
Kohana.gitignore
Leiningen.gitignore Leiningen by default creates a 'target' directory, not 'targets' 2013-11-09 11:32:03 -05:00
LemonStand.gitignore
LICENSE
Lilypond.gitignore
Lithium.gitignore
Magento.gitignore
Maven.gitignore
nanoc.gitignore
Node.gitignore remove npm-debug.log entry 2013-11-08 18:34:37 +06:00
Objective-C.gitignore Remove .idea/ from ObjectiveC in favour of Global/IDEA 2013-11-09 07:37:49 +11:00
OCaml.gitignore
Opa.gitignore
opencart.gitignore
OracleForms.gitignore
Perl.gitignore
PlayFramework.gitignore
Plone.gitignore
Processing.gitignore
Python.gitignore Merge pull request #421 from matheussl/master 2013-11-10 23:12:47 -08:00
Qooxdoo.gitignore
Qt.gitignore
R.gitignore
Rails.gitignore Join comments in rails template 2013-11-10 21:39:33 +11:00
README.md
RhodesRhomobile.gitignore
Ruby.gitignore Tighten some ruby ignore patterns 2013-11-10 21:13:54 +11:00
RubyMotion.gitignore
Scala.gitignore
Sdcc.gitignore
SeamGen.gitignore
SketchUp.gitignore
SugarCRM.gitignore
Symfony2.gitignore
Symfony.gitignore
SymphonyCMS.gitignore
Target3001.gitignore
Tasm.gitignore
TeX.gitignore Rename LaTeX->TeX 2013-11-09 09:34:27 +11:00
Textpattern.gitignore
TurboGears2.gitignore
Typo3.gitignore
Unity.gitignore Prevent Unity .gitignore from ignoring non-Unity project files 2013-11-11 12:09:08 -05:00
VisualStudio.gitignore Merge pull request #343 from jcowgill/master 2013-11-07 05:14:59 -08:00
Waf.gitignore
WordPress.gitignore merging upstream changes 2013-11-08 13:54:35 -06:00
Yii.gitignore
ZendFramework.gitignore

A collection of .gitignore templates

This is GitHubs collection of .gitignore file templates. We use this list to populate the .gitignore template choosers available in the GitHub.com interface when creating new repositories and files.

For more information about how .gitignore files work, and how to use them, the following resources are a great place to start:

Folder structure

The files in the root directory are for .gitignore templates that are project specific, such as language or framework specific templates. Global (operating system or editor specific) templates should go into the Global/ directory.

Contributing guidelines

Wed love you to help us improve this project. To help us keep this collection high quality, we request that contributions adhere to the following guidelines.

  • Provide a link to the application or projects homepage. Unless its extremely popular, theres a chance the maintainers dont know about or use the language, framework, editor, app, or project your change applies to.

  • Provide links to documentation supporting the change youre making. Current, canonical documentation mentioning the files being ignored is best. If documentation isnt available to support your change, do the best you can to explain what the files being ignored are for.

  • Explain why youre making a change. Even if it seems self-evident, please take a sentence or two to tell us why your change or addition should happen. Its especially helpful to articulate why this change applies to everyone who works with the applicable technology, rather than just you or your team.

  • Please consider the scope of your change. If your change specific to a certain language or framework, then make sure the change is made to the template for that language or framework, rather than to the template for an editor, tool, or operating system.

  • Please only modify one template per pull request. This helps keep pull requests and feedback focused on a specific project or technology.

In general, the more you can do to help us understand the change youre making, the more likely well be to accept your contribution quickly.

Please also understand that we cant list every tool that ever existed. Our aim is to curate a collection of the most common and helpful templates, not to make sure we cover every project possible. If we choose not to include your language, tool, or project, its not because its not awesome.

Contributing workflow

Heres how we suggest you go about proposing a change to this project:

  1. Fork this project to your account.
  2. Create a branch for the change you intend to make.
  3. Make your changes to your fork.
  4. Send a pull request from your forks branch to our master branch.

Using the web-based interface to make changes is fine too, and will help you by automatically forking the project and prompting to send a pull request too.

License

MIT.